Hello,
I want to use a mysql-table with adordd. Therefore I modified a sample from the adordd.zip, I found via this forum. The browse of the table works well, and the modify command also works fine on first or second change. But after using it a few times, I get this error message:

My code is the following:
The user has all rights (all priviliges)
As you can see, the browse() works fine:

Has someone experienced something similar and can give me a hint?[/img]
I want to use a mysql-table with adordd. Therefore I modified a sample from the adordd.zip, I found via this forum. The browse of the table works well, and the modify command also works fine on first or second change. But after using it a few times, I get this error message:

My code is the following:
#include "adordd.ch"
#include "FiveWin.ch"
REQUEST ADORDD
function Main()
USE kuhnert VIA "ADORDD" TABLE "sqltst" MYSQL ;
FROM "localhost" USER "kuhnert" PASSWORD "kuhnert"
Browse()
USE
return nilThe user has all rights (all priviliges)
As you can see, the browse() works fine:

Has someone experienced something similar and can give me a hint?[/img]