ODBC and mysql

2002-10-27 Thread mails
Hi, Can anyoe suggest tutorial which is simple to understand programming in c or c++ for odbc connections with mysql? Bye. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lis

Re: conceptual problem with ODBC and mysql

2001-12-26 Thread Steve Rapaport
No problem, Barbara. No ODBC required, either. I wish all my problems were this easy. Basically you need to go back to your PC. Export your database as CVS files from Access (use TAB between fields, single quotes around each field, and newline at end-of record). Put each table into a file nam

RE: conceptual problem with ODBC and mysql

2001-12-26 Thread Venu
Hi, > -Original Message- > From: Barbara Ferrell [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 26, 2001 10:11 AM > To: [EMAIL PROTECTED] > Subject: conceptual problem with ODBC and mysql > > > i am following 'SAMS teach yourself MYSQL in

conceptual problem with ODBC and mysql

2001-12-26 Thread Barbara Ferrell
i am following 'SAMS teach yourself MYSQL in 21 days.. i have a conceptual problem with how i am going to get the data from my microsoft Access database and insert it into mysql tables. i thought i was going to use ODBC but after reading lots of pages it looks like you use this program if you cont