DBIx::MSSQLReporter

2002-01-16 Thread Scott Phelps
Sorry if this is off-topic (not directly DBI), but I can't seem to figure out what's going on... I've never used the MSSQLReporter module before, and can't seem to get anything to work! When I call $reporter -> get_fieldNames($fieldname) with any variable I get a prepare failed error on the ta

RE: Problems Connection DBIx::MSSQLReporter

2001-08-27 Thread Argenis Pèrez
SO: Windows professional Version perl: 5.6.1 BD: SQL SERVER 7 Here is the code #!c:/perl/bin/perl.exe -w use strict; use DBIx::MSSQLReporter; my($connect) = "dbi:ODBC(RaiseError=>1, PrintError=>1, Taint=>1):DSN=componentes"; my($reporter) = DBIx::MSSQLReporter -> new

Problems Connection DBIx::MSSQLReporter

2001-08-27 Thread Argenis Pèrez
SO: Windows professional Version perl: 5.6.1 BD: SQL SERVER 7 Here is the code #!c:/perl/bin/perl.exe -w use strict; use DBIx::MSSQLReporter; my($connect) = "dbi:ODBC(RaiseError=>1, PrintError=>1, Taint=>1):DSN=componentes"; my($reporter) = DBIx::MSSQLReporter -> new