Using dataSnap

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
calou
Posts: 116
Joined: Tue 27 May 2008 12:46

Using dataSnap

Post by calou » Tue 15 Mar 2011 16:19

Hello,

Have you example(s) to show how to use IBDAC with DataSnap in Delphi XE?

Thanks

Regards

AndreyZ

Post by AndreyZ » Wed 16 Mar 2011 12:34

Hello,

You can connect Datasnap components with IBDAC components using TClientDataSet, TDataSetProvider, and TIBCQuery (or TIBCTable) components. Also you can look at the example of using Datasnap components in the Midas demo. You can find this demo in the %IBDAC_Install_Directory%\Demos\Miscellaneous\Midas directory.

Post Reply