Re: DBD-ADO, getting started with

2002-10-18 Thread Thomas A. Lowery
On Mon, Oct 14, 2002 at 01:57:28PM +0200, Roger Perttu wrote: Thomas A. Lowery wrote: However nothing(!) seem to work for me with DBD-ADO (Using MS SQL 7.0 MDAC 2.7 DBI 1.30 Activeperl 631): my $dbh = newDbh(); Of course my set-up is different, I just tested a remote connect to my local

Re: DBD-ADO, getting started with

2002-10-14 Thread Roger Perttu
Thomas A. Lowery wrote: Roger, My work with DBD-ADO and stored procedures is very limited. If you could provide me with a few (at least one) complete example that generates this error, fixing it would be much easier. Also, I haven't a lot of time to work on DBD-ADO.

Re: DBD-ADO, getting started with

2002-10-10 Thread Thomas A. Lowery
Roger, My work with DBD-ADO and stored procedures is very limited. If you could provide me with a few (at least one) complete example that generates this error, fixing it would be much easier. Also, I haven't a lot of time to work on DBD-ADO. I do recall

DBD-ADO, getting started with

2002-10-09 Thread Roger Perttu
I've just started to experiment with DBD-ADO 2.5. I'm trying to figure out if it's a viable option to DBD-ODBC. I've got this snippet of code that doesn't seem to work with DBD-ADO: my $dbh = newDbh(); my $sth = $dbh-prepare({call testPrc(?)}); $sth-bind_param(1, 10, { TYPE = 4

Re: DBD-ADO, getting started with

2002-10-09 Thread Roger Perttu
Sorry for my last post. I managed to attach a much to big trace (several runs of the program). Roger Perttu wrote: I've just started to experiment with DBD-ADO 2.5. I'm trying to figure out if it's a viable option to DBD-ODBC. I've got this snippet of code that doesn't seem to work with