T
Tim Mulholland
My company is considering scaling up a database application that previously
used Microsoft Access. The database has about 25-30 tables in it. The amount
of daily transactions to the database is fairly small for that number of
tables, but is growing.
The web application that uses this database is written in ASP.NET/C#. Our
hosting provider has MySQL available on the servers, so that seems like the
logical choice to use.
I have heard however, that there are some problems in connecting to a MySQL
database from .NET. I tried to dig up some of the things i heard about it,
but i couldn't find any. I do however see alot of potential ways to connect
between the two (the mysql website lists many: MyODBC, dbProvider,
MySQLNetProvider, MyOLEDB, MySQLDriverCS, and the one from ByteFX to name a
few).
Are there problems with connecting between the two? Or am i just imagining
that i read that somewhere? Whats the best way to connect between the two?
Use the native ODBC provider? Or use one of the many listed on MySQL's site?
Any thoughts are appreciated. Thanks in advance,
Tim
used Microsoft Access. The database has about 25-30 tables in it. The amount
of daily transactions to the database is fairly small for that number of
tables, but is growing.
The web application that uses this database is written in ASP.NET/C#. Our
hosting provider has MySQL available on the servers, so that seems like the
logical choice to use.
I have heard however, that there are some problems in connecting to a MySQL
database from .NET. I tried to dig up some of the things i heard about it,
but i couldn't find any. I do however see alot of potential ways to connect
between the two (the mysql website lists many: MyODBC, dbProvider,
MySQLNetProvider, MyOLEDB, MySQLDriverCS, and the one from ByteFX to name a
few).
Are there problems with connecting between the two? Or am i just imagining
that i read that somewhere? Whats the best way to connect between the two?
Use the native ODBC provider? Or use one of the many listed on MySQL's site?
Any thoughts are appreciated. Thanks in advance,
Tim