I am maintaining an asp page that builds a select query as a plain old string and executes it using oracle odbc.
There is basically too much code to change over to stored proccedures or other nice means.
How can I escape a & ? Using sql+ there is an escape on command, is there a similar concept for odbc? Is this an odbc question rather than oracle?
There is basically too much code to change over to stored proccedures or other nice means.
How can I escape a & ? Using sql+ there is an escape on command, is there a similar concept for odbc? Is this an odbc question rather than oracle?
Comment