in reply to Re: Re: DBI Call works from command line but not from browser
in thread DBI Call works from command line but not from browser
I suspect that your connect statement does not actually connect. You're using ODBC, and a particularly odd driver (FileMaker), so it's quite possible that it doesn't bother to actually connect until you ask it to do something like select or insert. There may not be any real connection here at all, since I think FileMaker is not a networked database.
|
|---|