SQL String max length ?

2001-10-23 Thread TOMASSONI Dominique
I stored a sql string in a file and when I launch it, it doesn't perform because the string is truncated before the end. Does mysql limit the length of an sql string ? How do I do to execute my all sql string ? - Before

Re: SQL String max length ?

2001-10-23 Thread Bill Adams
TOMASSONI Dominique wrote: I stored a sql string in a file and when I launch it, it doesn't perform because the string is truncated before the end. Does mysql limit the length of an sql string ? Not that I have ever run into. But ODBC does. What command are you running? E.g. on linux