| Thread | Last Post | Replies |
|
| ANNOUNCE: DBI 1.43 release candidate for testing | 30 Jun 2004 12:55 GMT | 5 |
A release candidate for DBI 1.43 is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.43-rc1-20040628.tar.gz =head1 CHANGES in DBI 1.43 (svn rev 373), 28th June 2004 Fixed connect() and connect_cached() RaiseError/PrintError
|
| A small fix affecting Proxy | 29 Jun 2004 13:01 GMT | 1 |
Tim, This patch corrects a problem wherein the contents of the DBI_AUTOPROXY environment variable affect only the first connect() statement before getting shunted to the bit bucket by s///. I thought I had sent it to you
|
| Help Installing DBD for MySQL | 25 Jun 2004 06:18 GMT | 6 |
I am attempting to install DBD-mysql-2.9003 on a Solaris 2.8 machine. The DBI is 1.40. It runs the perl Makefile.PL (I use the cflags, libs, testuser, testpassword and testhost options) amd make without any errors but when I run the make test, the test are failing. Here is the ...
|
| @@error | 18 Jun 2004 15:24 GMT | 2 |
I have looked thru the online FAQ trying to figure out how to the value of @@error after doing an INSERT but see nothing that will allow me to get it. How is the value of @@error obtained? Thanks..
|
| DBD::Sybase compile problems (warning: `local_patches' defined but not used) | 18 Jun 2004 14:05 GMT | 1 |
I have some problems compiling DBD::Sybase. I've tried ealier versions and ealier versions of freetds. But simply can't get it to compile properly. # make gcc -c -I/usr/local/include -DNO_THREADS
|
| Infinite loop calling error handler | 15 Jun 2004 17:41 GMT | 2 |
When using DBD::Sybase to call a stored procedure I found that my program would hang and very rapidly start chewing up memory. This didn't happen for every call but only for one which failed (a raiserror and negative exit status from the stored procedure). It may
|
| RE: :Sybase 1.03 / sybperl 2.17 | 14 Jun 2004 15:49 GMT | 1 |
Michael: Hate to respond to this with a "generality" kind of question, but I ended up kind of "dropping off" of the use of Sybperl after we migrated over to MSSQL (from Sybase last year..., "not my decision").
|
| RE: DBD::Sybase stored proc parameter binding doesn't work to bindjust some parameters | 11 Jun 2004 16:18 GMT | 1 |
Michael Peppler wrote:
>> my $sth = $dbh->prepare('exec foo @a = 1, @b = ?'); > >This won't work - because the (very simplistic) parser that checks to |
| DBD::Sybase stored proc parameter binding doesn't work to bind just some parameters | 11 Jun 2004 14:45 GMT | 1 |
I know that the bind parameter support for stored procedures in DBD::Sybase is experimental but anyway I hope this bug report will be useful. Make a procedure: create procedure foo @a int, @b int as print "hello"
|
| encryptPassword | 02 Jun 2004 17:34 GMT | 2 |
Through DBD-Sybase's connect() encryptPassword option I learned that CT-lib can encrypt passwords so they are not transmitted in the clear. Do you know if this can be set as the default at the server (ASE) so apps like Sybase Central and SQL Advantage login securely? I seem to
|
| syb_more_results is 0 when I expect it to be 1 | 02 Jun 2004 17:10 GMT | 1 |
Hi, all: I'm pretty sure I'm just doing something dumb here. I'm expecting multiple result sets back from a stored procedure but $sth->{syb_more_results} is 0 when I'd expect it to be 1.
|