Forum Moderators: phranque
Are there any tools or a certain way i can setup my mysql db to accomplish this?
Thanks!
There is a free script at
www.cynergi.net/prod/exportsql/
I have edited their instructions to add a couple of items that used to trip me up. The main one being
* In the Visual Basic window, go to Tools, References, add "Microsoft DAO 3.6 object library". This library needs to have a higher precedence than "Microsoft ActiveX Data Objects 2.1 Library".
According to the documentation:
* Excellent respect for name conversion, namespace verification, type matching, etc.
* Detects default values "=Now()", "=Date()" and "=Time()" to create types like "TIMESTAMP"
So it might just do it all for you. Definitely worth testing.
Tom