On Fri, 24 May 2002 10:29:14 +0100 Rory Campbell-Lange <[EMAIL PROTECTED]> spoke gently: > can I make the database connection on new() and keep reusing it until $d > is destroyed?
Along the same vein... Out of curiosity, are there any potential problems with simultaneous statements on the same db handle? Say while the program is fetching from one statement handle it prepares and executes another statement using the same dbh. Is that sound, or should the program get a second db handle for it?
