Quantcast
Channel: Questions Tagged With connection
Viewing all articles
Browse latest Browse all 98

Specifying InitString separately from DSN

$
0
0

Hello, all Is it possible that when specifying the Connection string through DSN and adding InitString property to it in code, then the InitString will be taken from the DSN?

We noticed that this DBPARM does not work (the InitString does not happen):

//----------------------

ConnectString='DSN=dsnName;InitString=....'

//--------------------------

If using execute immediate for the same string, the the connection authentication is visible in the connection property.

Thank you

Arcady


Viewing all articles
Browse latest Browse all 98

Trending Articles