Posted by: Luc SIMON
Hi.
I've a got an error while I'm accessing a record on a table.
I check the database :
check databse : Ok.
check table : Ok;
check table without indexes : ok
check indexes : ok
unload database : ok
But when I try to load the database : error : End of fetch.
I write a program with Delphi to unload the database : I've got an
error with a data conversion : the date is 0000-12-31 instead of
2004-12-31. When I remove this line from the file, the load works.
Any idea why the load don't work and any check are OK.
Luc