Yes, Heikki, the error come from the very first SQL
statement of my C program
Thanks for your help.
Pablo
--- Heikki Tuuri <[EMAIL PROTECTED]>
escribió: > Pablo,
>
> if your application claims that MySQL server has
> gone
> away but you can see with the interactive client
> 'mysql'
> that it
Pablo,
if your application claims that MySQL server has gone
away but you can see with the interactive client 'mysql'
that it still is up and works if you submit new queries,
then the problem is probably in your C application
program.
Please post the relevant C code here. Maybe some reader
spots