datasnap client in c#
how to create a datasnap client in c# with visual studio 2008 (or 2010)?
datasnap has ado.开发者_JAVA技巧net provider(C#) ?
there are videos and tutorials in internet,
http://blogs.embarcadero.com/jimtierney/2009/03/25/31442
I think you need delphi prism
You can do it using Delphi Prism - I've described that in my Delphi 2010 DataSnap white paper (not in the Delphi XE edition of the DataSnap white paper), and also in my Delphi XE DAtaSnap XE courseware manual (available on Lulu.com or from my own bookshop).
I've never tried to write the client in C# instead of Delphi Prism. You do need some assemblies that are part of Delphi Prism, so even if you want to write a pure C# client, you will probably need some Delphi Prism.
Unless you expose the DataSnap Server methods using REST, in which case you can just call them using C# or any language of course.
What is it exactly that you are looking for to connect to?
精彩评论