Re: Migrating from MS Access to MySQL
Posted by: Sebastien Caisse
Date: December 23, 2005 06:35AM

Well, you've procedure part of the script... you might want to try to run it in debug mode:

Grtsh -debug -verbose <yourscript.lua>
in the MySQL MT installed path at the command prompt...

Then instead of copy pasting it, simply pipe it to a file:
Grtsh -debug -versobe bug.lua > log.txt

This way there is no copy/pasting involved, and possibly more error messages...

The next step would propably be installing eclipse and get the debugging working, albeit I've never been able to set it up properly (the debugger doesn't start with the debugging connection). And since I can't reproduce the bug, I can't help much.

Also did you try this on another (more simple) DB file to see if's it's a connection issue or a DB file issue?

That's all that's left in my little bag of ideas...

Options: ReplyQuote


Subject
Written By
Posted
December 16, 2005 07:53PM
Re: Migrating from MS Access to MySQL
December 23, 2005 06:35AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.