At 09:32 PM 7/13/2005, you wrote:
you mean like in a script?
the windows computer runs access, which i am not very familiar with
and was able to accomplish what i have done so far by lots o' docs at
the mysql.com site.

sorry for the newbie-ness of this question. i am somewhat familliar with
python, maybe there is a module i can use for this..
thanks,

You can use any language you like. I would have assumed you would use the same language that you used to access your Access database. Something like Visual Basic., Delphi, PHP, Perl, Python etc..You could even use MySQL.exe and execute an SQL script on that for something that is quick and dirty, but I wouldn't recommend it because you have no error checking capability (in other words you have no way of knowing if the script succeeded or not).

http://sourceforge.net/projects/mysql-python

Mike


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to