hidran
|
| Posted: 07/03/2002, 12:27 AM |
|
Hi,
Can anyone tell me if my connection name to the database is "example", where does CCS stores the ID of this connection so I can use it for later queries?
|
|
|
 |
Nomad
|
| Posted: 07/03/2002, 3:14 AM |
|
hidran,
The database connection classes are written to the "Common" file under the Connection Class, in your example it would be "example Connection Class"
Nomad.
|
|
|
 |
Alex
|
| Posted: 07/05/2002, 2:24 AM |
|
There is a variable named $DBexample.
It is an instance of clsDBexample class.
That class is defined common.php file.
Connection can be accessed via $DBexample->Link_ID.
|
|
|
 |
|