From:
<car...@te...> - 2003-12-02 03:20:19
|
Hello: > How insert double quotes between simple quotes? > This SQL Command > select * from usuarios where band = 'Guns''n''Roses' > show me a error: I have added a change into the CVS, that i think will fix this, if you want to test it, you get a copy of the CVS sources or replace the regex used in the FbCommand.splitBatchCommands method by this: "([^';]+('.*'))*[^';]*(?=;*)" -- Best regards Carlos Guzmán Álvarez Vigo-Spain |