Re: Stored procedures and DBD::Sybase

2003-11-10 Thread Michael Peppler
On Mon, 2003-11-10 at 06:30, Steven Velez wrote: > Hello, > > I am using DBI v. 1.38, DBD::Sybase v. 1.01 (?), and FreeTDS 0.61.2 to > connect to an MSSQL 6.5 database from a Linux client and I am having > problems retrieving the values of out parameters to a stored procedure > call. MS-SQL doesn

Re: Stored procedures and DBD::Sybase

2003-11-10 Thread Chuck Fox
Cc: [EMAIL PROTECTED] Subject: Re: Stored procedures and DBD::Sybase Steven, I believe that you are misunderstanding what it is that you are receiving. The only output from your commands is the print @c. This comes through the error handler since a print statement is a level 0 or level 10

RE: Stored procedures and DBD::Sybase

2003-11-10 Thread Steven Velez
: [EMAIL PROTECTED] Subject: Re: Stored procedures and DBD::Sybase Steven, I believe that you are misunderstanding what it is that you are receiving. The only output from your commands is the print @c. This comes through the error handler since a print statement is a level 0 or level 10

Re: Stored procedures and DBD::Sybase

2003-11-10 Thread Chuck Fox
Steven, I believe that you are misunderstanding what it is that you are receiving. The only output from your commands is the print @c. This comes through the error handler since a print statement is a level 0 or level 10 message from the server and not a result set. Try changing the print t

Stored procedures and DBD::Sybase

2003-11-10 Thread Steven Velez
Hello, I am using DBI v. 1.38, DBD::Sybase v. 1.01 (?), and FreeTDS 0.61.2 to connect to an MSSQL 6.5 database from a Linux client and I am having problems retrieving the values of out parameters to a stored procedure call. I followed the example in the DBD::Sybase docs modifying for my purpose a