[fpc-pascal] Re: How to insert a record and get the primarykeywith sqldb?

Michael Van Canneyt michael at freepascal.org
Sun Oct 23 18:22:26 CEST 2011



On Sun, 23 Oct 2011, Felipe Monteiro de Carvalho wrote:

> Hello,
>
> Ok, I figured it out =D The cannot open non-select error was not for
> that line! It was for something else afterwards =D I can get the next
> primary key correctly now =D
>
> I am writing a CGI WebServer, so I haven't yet managed to get Lazarus
> step-by-step debugging to work (not sure if it is possible with CGI),
> so that's what caused so much confusion for me ....

You cannot debug CGI. If you want to debug a web-based app, use FastCGI 
or the embedded webserver.

Michael.



More information about the fpc-pascal mailing list