oGetOpenConnectionObject - Solution Sites Routine
This function creates an ADO Connection object and returns a reference to it, opening a connection to the Commercer Server OLEDB Provider before returning.
Definition
Function oGetOpenConnectionObject()
Defined in File
include\global_profile_lib.asp
Routines Called
None.
Called By
Main (include\global_main_lib.asp)
Remarks
The performance characterstics of the Commerce Provider dictate that the Solution Sites use a global connection. Most other providers recommend the creation of connections on a per-page basis.
Copyright © 2005 Microsoft Corporation.
All rights reserved.