Page 1 of 1
Functionality of UniProvider-Component
Posted: Wed 21 Oct 2009 12:35
by deca
Hello,
I have installed the UniDAC on my System and test the differences and possibilities to connect to different databases. However I can not find information about the UniDAC Provider Components, its functionality and how to use them. Can you help me and give a quick introduction?
Thanks in advance, DECA
Posted: Wed 21 Oct 2009 16:55
by tobias_cd
The main use of the visual part is when being dropped onto a form to have
Delphi add the corresponding unit to the uses clause. But you still, of course, have to set the ProviderName property of your TUniConnection.
GrĂ¼sse,
Tobias
Functionality of UniProvider-Component
Posted: Thu 22 Oct 2009 07:29
by deca
Hello,
but if I drop the UniProvider on my form there is no possibility to connect this component with something. So in my opinion there is no use to this providers. If I am wrong I hope for information how to use them...
The main reason for this components is that I try to find out if the UniDAC is able to get some more information from a specific database like e.g. the MyDAC (server status information, server processes, kill processes, etc.)?
Greetings, DECA
Posted: Thu 22 Oct 2009 08:43
by Plash
Providers components are used only to add corresponding units to the USES list automatically. They don't have any functionallity that you can use. UniDAC does not have features to get MySQL server status information.