Re: Database connection
- From: "Steve" <googlespam@xxxxxxxxxxxxx>
- Date: 18 Oct 2005 01:54:40 -0700
> // What data will i find here? Is it data from the TEST or from PROD and
> will it be data from database1 or from database 2?
It will be from the most recently opened resource, but if you are ever
in any doubt then explicitly state which connection to use...
$RESULT = mssql_query($SQL,$connectprod);
---
Steve
.
- Follow-Ups:
- Re: Database connection
- From: Marcel
- Re: Database connection
- References:
- Database connection
- From: Marcel
- Database connection
- Prev by Date: Re: Why there's no namespace keyword in php5?
- Next by Date: Re: Professional Applications Devolpment
- Previous by thread: Database connection
- Next by thread: Re: Database connection
- Index(es):
Relevant Pages
|