Concept Framework 1.0 documentation Contents | Index

standard.db.sql.ODBCConnect

Name Version Deprecated
ODBCConnect version 1.0 no

Prototype:
number ODBCConnect(string DSNName, string username, string password)

Parameters:
DSNName      the DSN name
username      the username
password      the password

Description:
Connect to a database using a DSN(Data Source Name). You may want to check ODBCDriverConnect also.

Returns:
Return null if failed, or the connection id if succeeded.

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:07 2009 GMT(c)2009 RadGs Software