Hi!
I try to execute an SQL that has been builded on a string. When I show the value of the string, it seems like the string had just the first 255 positions of the whole SQL, and of course I become an error from the ODBC driver (in this case is an INSERT instruction). Is it possible to execute SQL longer than 255 characters?
Thanks in advance.
Jaime.