Problem with ODBC Connection Strings



I am writing an application that is attempting to be fairly generic
with regards to ODBC and various data sources. One issues I am having
is with Connection Strings. If the password of a user contains a semi
colon (not great I know but it happens) then I am having problems
building the connection string.

For SQL Server I can use Pwd={semi;colon} however this doesn't work
with Oracle at all. How can I escape semi colons etc in Oracle?

Thanks for any help.

Cheers

Colin
.



Relevant Pages