Re: DBI in CGI's

2002-07-09 Thread Paul Arsenault
y Jones , "Beginner-CGI (E-mail)" Subject: Re: >DBI in CGI's Date: Tue, 09 Jul 2002 11:13:19 -0400 > >i'm not familiar w/ DBI and MySQL, but I do use DBD::Sybase and those >drivers are on the client. i guess you might need to install the necessary >MySQL DBI modules on

Re: DBI in CGI's

2002-07-09 Thread Jonathan Gines
i'm not familiar w/ DBI and MySQL, but I do use DBD::Sybase and those drivers are on the client. i guess you might need to install the necessary MySQL DBI modules on the web server. do a syntax check of your CGI script with "-c" before running your CGI program, and maybe print out the vars in

RE: DBI in CGI's

2002-07-03 Thread Scot Robnett
PM To: Beginner-CGI (E-mail) Subject: DBI in CGI's I need to access a database run by my service provider. They provide the database administration tools via the web, and Perl is available for CGI's (which I've abused abundantly), but if I so much as say use DBI; I get an inte

DBI in CGI's

2002-07-03 Thread Barry Jones
I need to access a database run by my service provider. They provide the database administration tools via the web, and Perl is available for CGI's (which I've abused abundantly), but if I so much as say use DBI; I get an internal server error. Is there anyway that I can sort of hack my way a