AdoSetConnection() Function

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

AdoSetConnection() Function

Previous pageReturn to chapter overviewNext page

Purpose

Set default Connection

 

Prototype

FUNCTION AdoSetConnection ( oConn AS AdoConnection )  AS AdoConnection

 

Argument(s)

oConn        AdoConnection Object

 

 

Description

Xs2Ado uses the default connection to build descriptive errors whenever an error occurs by checking the errors collection of the COnnection object

 

See Also

AdoGetConnection(), Support functions