ID: 6323 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: ODBC related Assigned To: Comments: No feedback, considered fixed. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-01-08 15:36:35] [EMAIL PROTECTED] does 4.0.4 exhibit this behavior? --------------------------------------------------------------------------- [2000-08-23 19:45:01] [EMAIL PROTECTED] ODBC functions generate GPE whenver executed within a function (not in the main body) function connect($d,$u,$p) { return odbc_connect($d,$u,$p); } function exec($c,$q) { return odbc_do($c,$q); } $c=connect("aa","bb","cc"); exec($c,"select * from trash"); --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=6323&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]