Re: Help! About DBI in mod_perl!

2000-09-13 Thread Tom Mornini
This * should * work and should not cause a core dump. That said, you should take a look at the O'Rielly DBI book. There are a ton of error conditions that you're not checking here. Best to turn on RaiseError and then wrap all subsequent code in an eval block. Your code will be cleaner and easi

Re: Help! About DBI in mod_perl!

2000-09-12 Thread test
I guess you have to finish in between prepares? Arnold On Tue, 12 Sep 2000 [EMAIL PROTECTED] wrote: > Hi all, > > I got the following weird problem about DBI in mod_perl. > > Just a simple script which can run in the "cgi-bin",but failed in the mod_perl. > When I check the error_log, I fin