Re: Perl-ADO-SQL-Stored Procedures

2000-11-11 Thread Tobias Martinsson
> do you install the dsn as system-dsn in windows? ado runs only under odbc > and you need the system-dsn. ADO is a set of components. It uses OLE DB providers to connect to data sources. And you don't need a system DSN to connect to a data source via ADO. With DBI, I don't know, but with ADO, yo

AW: Perl-ADO-SQL-Stored Procedures

2000-11-11 Thread 010 webdesign
20:51 An: [EMAIL PROTECTED] Betreff: Perl-ADO-SQL-Stored Procedures Hi All, Does anyone have experience with using Perl, DBI, ADO to execute SQL Stored procedure that can update input parameters for use as output. Here is my example: sp_test_1 is stored proc that chancges value of $y. Perl script

Perl-ADO-SQL-Stored Procedures

2000-11-10 Thread Perl Developer
Hi All, Does anyone have experience with using Perl, DBI, ADO to execute SQL Stored procedure that can update input parameters for use as output. Here is my example: sp_test_1 is stored proc that chancges value of $y. Perl script: use DBI; use DBD::ADO; $dbh = DBI->connect('dbi:ADO:DSN', 'na