Re: Strange error message with DBI (any driver) and Perl 5.6.0+

2001-02-10 Thread Dave Rolsky
On Sun, 11 Feb 2001, Dave Rolsky wrote: > I get a slew of these messages when my code finishes running, but only > when using Perl 5.6.0 (I also tried 5.6.1 trial1). So I finally tracked this down to a DBI handle passing through Storable's dclone function. I made this not happen and the message

Strange error message with DBI (any driver) and Perl 5.6.0+

2001-02-10 Thread Dave Rolsky
I get a slew of these messages when my code finishes running, but only when using Perl 5.6.0 (I also tried 5.6.1 trial1). Here's a sample: SV = RV(0x844c874) at 0x844eb94 REFCNT = 1 FLAGS = (ROK) RV = 0x8458ae4 (in cleanup) dbih_getcom handle 'DBI::db=HASH(0x8458ae4)' is not a DBI

RE: unicode support

2001-02-10 Thread Ketan Bajaj
I'm trying to query a unicode data in SQLServer. AvtivePerl Build 623 DBI 1.14 DBD:ODBC 0.28 i get ?? as the returned data. On trying to debug DBD:ODBC, the sqltype of the column is SQL_WVARCHAR and ctype is SQL_C_CHAR. is this a valid ctype? any further hints which may help to troubleshoot the

RE: (Fwd) DBI???

2001-02-10 Thread Sterin, Ilya
Where is this error generated? By perl? or by mysql utility? Ilya Sterin -Original Message- From: Kurt Vereker To: Sterin, Ilya; ''Tim Bunce ' '; [EMAIL PROTECTED] Sent: 02/10/2001 5:19 PM Subject: Re: (Fwd) DBI??? The server just doesn't start flat out? Here is the error message: > >:

Re: (Fwd) DBI???

2001-02-10 Thread Kurt Vereker
The server just doesn't start flat out? Here is the error message: > >: "Error 2003: can't connect to MySQL Server on > >: 'localhost' <10061>" I have used the manual and searched the maillists do you think it could be in my configuration? Thanks again Kurt - Original Message - From: St

RE: (Fwd) DBI???

2001-02-10 Thread Sterin, Ilya
Is you MySQL servver started. You need to start the server, see the docs for the command or you can do through the menu. Also if you already installed DBI, which you should of done using PPM utility that comes with ActivePerl by saying in command prompt... >ppm install DBI If you have internet a

RE: unicode support

2001-02-10 Thread Jeff Urlwin
I do not know, actually, but I believe you should be able to query the data, depending upon if your perl is built for Unicode. Jeff > -Original Message- > From: Ketan Bajaj [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 08, 2001 7:01 PM > To: '[EMAIL PROTECTED]' > Subject: unicode

DBD::Oracle buffer overrun bug with CLOBs

2001-02-10 Thread Joshua Chamas
Hey, I just encountered what seems to be an awful buffer overrun bug with DBD::Oracle fetching CLOBs from Oracle8. The problem was that when not setting LongReadLen to a decent value, and fetching a CLOB that was bigger than the default of 80 bytes, other perl data elsewhere in the stack wou

Re: Errors building DBD::Oracle w/8.1.6

2001-02-10 Thread Mickey Mestel
tim, > see README.java yup. it is all there, and it works. sorry, i feel like a jerk, it couldn't have been more obviuos, and i completely overlooked it. ok, next step. make test now says. PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5. 6.0/i86pc-sol

Re: (Fwd) DBI???

2001-02-10 Thread paul
See: http://www.analysisandsolutions.com/code/mybasic.htm#otherwin http://www.mysql.com/doc/W/i/Win95_start.html ...for starting/getting mysql to work on win95/98 or even check out http://www.nusphere.com/ if you want a preconfigured environment up and running quickly. Paul. Kurt Vereker wrot