NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

  • Comment on INSERT into SQL 2000 table from a form on the web

Replies are listed 'Best First'.
Re: INSERT into SQL 2000 table from a form on the web
by WhiteBird (Hermit) on Jul 15, 2003 at 01:28 UTC
    In your beginning statements:
    use strict; use lib qw(/usr/local/apache/lib/perl); use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); use WebDB;
    I am not familiar with WebDB. I usually use DBI and Win32::ODBC when connecting up to a SQL Server (on IIS and Win2000). I have always had good results with that. Is WebDB an alternative to Win32::ODBC?
Re: INSERT into SQL 2000 table from a form on the web
by Anonymous Monk on Jul 14, 2003 at 23:09 UTC
    SQL 2000, IIS why aren't you using .NET? Just curious I don't want to start a flame war.