GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   MySQL Question for you programmers... (https://gfy.com/showthread.php?t=225974)

galleryseek 01-26-2004 11:18 AM

MySQL Question for you programmers...
 
Is there ANYWAY to code a program, or a script..

that will take rows from an MS Access Database OR a RDBMS (Relational Database Management System) and transfer them to a MySQL Table???

I would really hate to have to enter all of the rows in by hand, seeing as to how theres approximately 6,500 of them with a bunch of columns in each. :winkwink:

thx

Libertine 01-26-2004 11:22 AM

Yes, and it should be fairly easy even.

jwerd 01-26-2004 12:14 PM

I can see what I can do. If you are interested, lets discuss the price and all that good stuff - [email protected]!

Thanks

woj 01-26-2004 12:18 PM

Export MsAccess data as text and then just import it into mysql.

fuzebox 01-26-2004 01:29 PM

The easiest way would be to export it in csv format, but alternatively you could write a script to do it. I did this once using libtds I think.

crunchyinmilk 01-26-2004 01:34 PM

set up a odbc connection to your mysql database (mysql odbc connector or whatever it's called off mysql.com)

link the mysql tables into ms access

do an insert query between your access table and the linked mysql table

make sure the column types are compatible. i've experienced issues going from mysql time/date into access date fields.

galleryseek 01-26-2004 01:35 PM

thx guys, i found a program that did it for me instantly.. worked perfectly.


All times are GMT -7. The time now is 09:10 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123