G
Garry
One of the annoying problems of distributing my VB6 MS Access orientated
financial application to paying customers was that there were many problems
with the MDac installations which caused the application to crash..
Mostly they could be solved by telling the customer to download the latest
MDac and installing it.
Others were not so lucky and our application was discarded on that computer.
If, when re-writing code in VB.NET, I use similar code to make an ADODB
connection and then use the .NET objects, DataTable, DataSet and Adapter
etc, is all the 'behind' support coming from the DOTNET FrameWork??? Is it
independant of any MDac installations?????
In other words, am I still going to have the same problems with Data Access
in DOTNET which are caused by inncorrectly installed or incompatible ADO
components????
I do not want to use SQL!
Garry
financial application to paying customers was that there were many problems
with the MDac installations which caused the application to crash..
Mostly they could be solved by telling the customer to download the latest
MDac and installing it.
Others were not so lucky and our application was discarded on that computer.
If, when re-writing code in VB.NET, I use similar code to make an ADODB
connection and then use the .NET objects, DataTable, DataSet and Adapter
etc, is all the 'behind' support coming from the DOTNET FrameWork??? Is it
independant of any MDac installations?????
In other words, am I still going to have the same problems with Data Access
in DOTNET which are caused by inncorrectly installed or incompatible ADO
components????
I do not want to use SQL!
Garry