Concept Framework 2.2 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: Sun Jan 27 18:15:19 2013 GMT(c)2013 Devronium Applications