Hello everybody,
There is a bug in the 'Export as Batch file' command.
Here is the incorrect SQL code WebYog generates, the last field is a TIMESTAMP field :
INSERT INTO `class` VALUES (1,3973,'com.ewaloo.ann','resto','Restaurant','resto',0,1,0,'','com.ewaloo.ann.classes.resto',2003-01-23 16:50:47)
When I do 'Excecute batch file' it fails, which is normal.
Too bad for me : I've a lot of tables with TIMESTAMP fields 🙁
Thanx for your help,
François MASUREL
BORDEAUX – FRANCE
PS: I'm using MySQL 4.1. It may be the reason why it's not working.