Re: [Cgi-session-user] Trouble with C::S::SQLite
Brought to you by:
sherzodr
From: Puneet K. <pu...@ei...> - 2006-03-07 19:34:23
|
On Mar 7, 2006, at 8:52 AM, Cees Hek wrote: > On 3/7/06, Puneet Kishor <pu...@ei...> wrote: >> Yes, the same error as above is displayed even on adding flush() at >> the >> end of the script. > > Are you explicitly disconnecting your DBH at some point in the code? Yes, at the end of the script. > Are you passing this DBH handle to any other modules? Yes, to many other modules in between. > >> Hope that helps. > > What we really need is a self contained test script that shows the > problem... If people can't reproduce it properly, then it is very > difficult to find or fix any problems. > > Write a simple script that we can run on the command line that will > show the error. I guarantee you if you accomplish that, then someone > will find the problem very quickly (whether it is with SQLite, > CGI::Session. DBI, or with your own code). Thanks Cees. That is great advice, and I will try and do so. I will also look closely at my own application with the assumption that I am likely doing something screwy that can be corrected/simplified. As soon as I have something concrete to report, I will do so. -- Puneet Kishor |