On Saturday 10 February 2001 20:31, Benjamin Pflugmann wrote:
>Hello.
>
>On Fri, Feb 09, 2001 at 09:53:45AM -0500, [EMAIL PROTECTED] wrote:
>> Good Morning:
>> 
>> We have a system of databases (in the plural) which number in the hundreds
>> on individual servers.  I want to open a persistant connection on the 
server
>> and switch databases without closing the handle in DBI and reopening it.
>
>The SQL command "USE database" should work.
>
>> Is this possible without getting a rollback warning using DBI?

The warning indicates that there is a bug in your client code. Make sure you 
always finish your statement handles and always disconnect your database 
handles.

-- 
MySQL Development Team
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to