Page 1 of 1

sdac components vs. .net version

Posted: Mon 07 Jul 2008 19:39
by ccmcbride
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)...

Posted: Tue 08 Jul 2008 12:51
by AlexeyB
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.