RE: database connectivity in cgi-perl script

2002-10-01 Thread Jeff Urlwin
Try searching for your answer in the DBI FAQ www.xmlproj.com/cgi/fom.cgi first. Then, if that doesn't help, post the error information, version of perl, version of DBI, version of DBD::ODBC along with the code again. Regards, Jeff > > Hi > > I am trying database connectivity using DBI/ODBC thru

Re: database connectivity in cgi-perl script

2002-10-01 Thread Joe Raube
What is the error that you get? > when i run the perl file thru command > >perl test.pl it gives me reult but when i run it on server > >using > http://localhost/cgi-bin/test.pl it gives error. __ Do you Yahoo!? New DSL Internet Access from SBC

database connectivity in cgi-perl script

2002-10-01 Thread vikas mehta
Hi I am trying database connectivity using DBI/ODBC thru perl in web page when i run programme locally(standalone not on any server) it works well but when i run it thru server it gives exception while connecting to database.I am using apache server.I am new to perl so can anyone tell whether