This is a discussion on SQL provider - DOTNET ; I am WRITING (not using) an ADO.NET provider to provide access to my custom data source (C++ classes). My clients are hoping to access the data in my classes, through the provider, using SQL, however my data source does not ...
I am WRITING (not using) an ADO.NET provider to provide access to my custom
data source (C++ classes). My clients are hoping to access the data in my
classes, through the provider, using SQL, however my data source does not
support SQL. Will I have to parse the SQL to get the relevant data from the
data source, or does the provider have classes or components that
automatically do this?