sdac components vs. .net version
sdac components vs. .net version
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
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.
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.