sdac components vs. .net version

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Microsoft SQL Server
Post Reply
ccmcbride
Posts: 101
Joined: Tue 01 May 2007 16:36

sdac components vs. .net version

Post by ccmcbride » Mon 07 Jul 2008 19:39

There are many features of the delphi version of the sdac components that make my life as a programmer easier than it was (such as filtersql, filters, and the different types of indexes, just to name a few). Is there a plan to implement these features in the sqlDirect.net components? If not, is there a way that I can implement these features (new to .net programming, but have worked with Delphi since version 2)...

AlexeyB

Post by AlexeyB » Tue 08 Jul 2008 12:51

The ADO.NET provider component model differs greatly from native delphi components.
For example, filters are implemented by separate binding source components, such as DataLink, as a part of data binding technology.
For the complete features of SQLDirect .NET you can refer to the documentation at http://devart.com/sqlnet/sqlnet.chm
Feel free to contact me with any other questions.

Post Reply