Sdac and N-Tier

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
hmdsadeghian
Posts: 5
Joined: Sat 03 Oct 2009 13:21

Sdac and N-Tier

Post by hmdsadeghian » Sat 03 Oct 2009 13:25

Hi.I wanna know that i can use sdac for n_TIEr application that write with delphi 2010 and datasnap?
thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 05 Oct 2009 08:25

You can connect Datasnap components with SDAC components using connection TClientDataSet to TMSQuery through the TDataSetProvider component.
Also you can look at the example of creating client-server aplication in the Midas demo. You can find this demo in the %SDAC%\Demos\Miscellaneous\Midas\ directory.
%SDAC% is the SDAC installation path on your computer.

Post Reply