Concept Framework 2.2 documentation Contents | Index

ADOConnection.OpenDSN

Name Type Access Version Deprecated
OpenDSN function public version 1.0 no

Prototype:
function OpenDSN(DSN, username, password)

Parameters:
DSN      string containing the DSN
username      the username to use (as string)
password      the password to use (as string)

Description:
This function tries to connect to system or user DSN. If you want to use an ODBC connection string, you should also check Open.

Returns:
Returns null if the connection fails or the connection handle if the connection is successful.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:09 2013 GMT(c)2013 Devronium Applications