Board index » delphi » connect ado-db to an ActiveX in Delphi5?

connect ado-db to an ActiveX in Delphi5?

Hi,

Please help me to know how to connect ado-db connection to an ActiveX
control? i tried to use ADO-DB components (included with delphi) but it
didn't work, the activex hide one of the most important property:
datasource. When i tried it with Visual Basic 6, it works perfectly.

I have tried to import type library: Microsoft Data Environtment, that was
used in Visual Basic, but I can't use it in delphi. Is there any solution of
this? for additional information, the ActiveX is UltraGrid from in
infragistic (http://www.infragistic.com).

Thank's in advance for any help

Syaiful

 

Re:connect ado-db to an ActiveX in Delphi5?


Quote
> I have tried to import type library: Microsoft Data Environtment, that was
> used in Visual Basic, but I can't use it in delphi. Is there any solution
of
> this? for additional information, the ActiveX is UltraGrid from in
> infragistic (http://www.infragistic.com).

I gather you are trying to get an Active-X dataaware component to work in
Delphi.  Well I doubt it can support Visual Basic style datasources when
Delphi has its own mechanism for such things.  I suggest that you use a
normal Delphi grid if you want to attach a datasource to it.

Oliver

Other Threads