Thanx
JW> On 12/2/2004 4:39 AM, ON.KG wrote:
>> Hi All!
>>
>> How could I select another database without new connection?
>>
>> For example, in PHP+MySQL we have mysql_select_db('database_name');
JW> You can't. An existing session cannot change the database connected to.
JW> Jan
--
On 12/2/2004 4:39 AM, ON.KG wrote:
Hi All!
How could I select another database without new connection?
For example, in PHP+MySQL we have mysql_select_db('database_name');
You can't. An existing session cannot change the database connected to.
Jan
--
#