RE: ODBC

2004-09-03 Thread Rearick, Kenneth N.
, 2004 6:35 AM To: Rearick, Kenneth N.; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: ODBC > -Original Message- > From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 8:33 AM > To: Rearick, Kenneth N.; '[EMAIL PROTECTED]

RE: ODBC

2004-09-03 Thread Ron Goral
> -Original Message- > From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 8:33 AM > To: Rearick, Kenneth N.; '[EMAIL PROTECTED]' > Subject: Re: ODBC > > > > > > > > > > I have a CGI program in w

Re: ODBC

2004-09-01 Thread Wiggins d Anconia
> > > > I have a CGI program in which I am trying to access a database. When I run the code in active state feeding it the input from the form it runs fine. When I try to run it as a cgi from IE using Apache web server the data from the form comes in fine but it can not seem to attach to the dat

Re: ODBC

2004-09-01 Thread Sean Davis
On Aug 31, 2004, at 4:15 PM, Rearick, Kenneth N. wrote: Is there anyway to see the errors that the DBI:ODBC is generating when the application is being run from the server? Any ideas why the ODBC connect is failing? $dbh = DBI->connect("DBI:ODBC:$SERVER", $USER, $PASSWORD); You can put catch errors