Re: Microsoft Access <-> MySQL Data Conversions

2001-05-30 Thread Jesús Gómez
"Mysql Lserv" <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 3:58 PM Subject: Re: Microsoft Access <-> MySQL Data Conversions > I found that it's much easier to write a program that connects to both > databases and copies by inserting. That way you don't ha

Fw: Microsoft Access <-> MySQL Data Conversions

2001-05-30 Thread g_gosho
- Original Message - From: "g_gosho" <[EMAIL PROTECTED]> To: "David Ayliffe" <[EMAIL PROTECTED]> Sent: Wednesday, May 30, 2001 4:54 PM Subject: Re: Microsoft Access <-> MySQL Data Conversions > Hi, > > you can use this links: > > ht

Re: Microsoft Access <-> MySQL Data Conversions

2001-05-30 Thread Jacob Martin
I found that it's much easier to write a program that connects to both databases and copies by inserting. That way you don't have to fool with files at all. However, I don't know if there are drawbacks to this or not. Anyone know if there any character set conversion issues or otherwise? Dav

Microsoft Access <-> MySQL Data Conversions

2001-05-30 Thread David Ayliffe
1) Whats the easiest way to convert data from Microsoft Access TO MySQL? (i'm thinking export a table using VB (with recordsets,) format into MySQL format and then mysql < msaccess.dump into MySQL via a C++ proggie) 2) And the easiest way to convert data from MySQL TO MS Access? (Using C++