Hidden
Hidden

Reputation: 3626

How to create UniDac MySQL components in console application?

As preliminary information: I've never used a component which i can drag & drop to the formular designer in a console application.

At the moment i use:

My question is now: How can i create these 4 components in a console application and how to use them correctly?

Thanks in advance

Upvotes: 1

Views: 1212

Answers (1)

Birger
Birger

Reputation: 4353

You can just add a datamodule to your conosole applicaiton and drop the components there. Also you can create them by code. Just check the their properties and see how they are linked to each other.

Upvotes: 4

Related Questions