Hi there,
I have to pass a string of SQL from a java class to call a Sybase stored procedure. Everything's working well, except for when the input fields contain quote marks. Then, the SQL ends up something like;
which obviously doesn't work. It's valid for quote marks to be included in these information fields, so I have to allow it . . . how can I avoid these characters messing up my carefully crafted SQL?MyProc 'My House', 'Your House', 'John's House'
Many thanks in advance, DaveMere


Reply With Quote


Bookmarks