Concept Framework 1.0 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: Thu Oct 15 20:01:57 2009 GMT(c)2009 RadGs Software