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:

  • UniConnection
  • UniQuery
  • UniDataSource
  • MySQLUniProvider

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

Thanks in advance

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top