Вопрос

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