MySQL and MyOleDB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have installed MySql and am trying to use it in VB.Net 2003 using the
MyOleDb driver. However, from all I can find, MyOleDb only works on VB.Net
2005. Does anyone know if this is correct or is it supposed to work in
VB.Net 2003 as well?
 
I would but my specific requirements are to develop an application that by
changing the connection string but using the same Data Access Layer, runs
with either MySql or Access or SQL Express and OleDB seemed to be the way to
do it. Is this even possible.
 
I would set it up to have an option the user chooses in some way shape or
form the backend they are using, and then have a case statement that handles
their choice. Implement the best drivers within your project for each kind
of database that could be possibly used so that all choices are covered.


Dennis said:
I would but my specific requirements are to develop an application that by
changing the connection string but using the same Data Access Layer, runs
with either MySql or Access or SQL Express and OleDB seemed to be the way
to
do it. Is this even possible.
 
Back
Top