문제

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