RonB
|
| Posted: 06/14/2002, 2:53 PM |
|
Hi,
How do I use this class. Now I'm only able to use different connections when
the have been used before on a page. This means I now build and hide record
forms just to get the connection on the page. I know I have to use the new
clsDB<name> stuff but could someone give me an example?
So this:
global $someform;
global $DBSomeconnection;
only works if clsDBSomeconnection is presen on the page.How do I use this
class if the connection wasn't defined before I want to use it?
just $DBSomeconnection=new clsDBSomeconnection();
Doesn't work.
RonB
|
|
|
 |
|