RE: [PHP-WIN] closing an ODBC connection to mysql

2001-12-18 Thread Asendorf, John
agnum ingenium sine mixtura dementiae fuit > -Original Message- > From: Asendorf, John [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 18, 2001 6:53 PM > To: ben; Php-Windows (E-mail) > Subject: RE: [PHP-WIN] closing an ODBC connection to mysql > > > I know this

RE: [PHP-WIN] closing an ODBC connection to mysql

2001-12-18 Thread Asendorf, John
I know this may not be very helpful, but is there a reason you're not using the native MySQL calls or adodb? In the meantime, have you tried: if ( !odbc_close($link) ) { die ("connection not closed"); } - John Asendorf - [EMAIL PROTECTED] Web Applications Developer ht