You are not logged in.
I was debuging a Server with TSQLHttpServer, and I get this error : "TSQLRequest.Reset called with no previous Request".
What does it means?
Offline
Are you sure you downloaded the latest "unstable" 1.18 revision from http://synopse.info/fossil/wiki?name=Get+the+source ?
This error means a wrong order of method calls: Reset expects a statement to be initialized.
Without code to reproduce the error, it is difficult to find what is wrong.
At least, please provide the stack trace.
Offline