MySQL 5.0 Reference Manual :: 23.1.5 Connector/ODBC ReferenceFirst Faved : May 31 2007 by roylebanFaved : 1 time with noteViewed : 4 timesFave It!
Faves for this Web page
Reference for the MySQL ODBC connector, useful for using MySQL from Microsoft Access, etc.
Already a user? Sign In
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
database
-
A frequently updated database of internet memes with background information about each.
1 FaverViewed: 3 Times - mike - Nov 10 20091 FaverViewed: 4 Times
- guido - Feb 22 20094 FaversViewed: 8 Times

if you're going to use mysql from .net (doesn't sound like you are), the mysql.net connector is much faster.
This is for Access, just a quick hack to get to some data we have in MySQL. Access is pretty quick for stuff like that (it helps that I was on the Access 2000 team). But I am planning to take a huge personal database I have (millions of records) and convert it to a C# application using MySQL and the MySQL.NET connector. Any advice?