0% found this document useful (0 votes)
18 views

Connection

This document provides information about two database connection methods - Connection returns the object's ODBC connection number, and Close closes the ODBC connection for the object and returns undef.

Uploaded by

Amutha Arun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Connection

This document provides information about two database connection methods - Connection returns the object's ODBC connection number, and Close closes the ODBC connection for the object and returns undef.

Uploaded by

Amutha Arun
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Connection

Returns the object's ODBC connection number.

Example:
$cnum = $db->Connection;

Close
Closes the ODBC connection for this object. It always returns undef.

Example:
$db->Close();

You might also like