The problem is the test (at this point). It seems that Redbrick doesn't recognize SQL_LONGVARCHAR. What's a valid long character sequence for RedBrick? If you have one, then plug it in to t/ODBCTEST.pm where %TestFieldInfo is defined for COL_C (after the -1).
Let me know. Regards, Jeff > -----Original Message----- > From: Darren Edgerton [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 12:42 AM > To: Jeff Urlwin > Cc: [EMAIL PROTECTED] > Subject: RE: DBD-ODBC core dumps (atexit) > > > Hi Jeff, > > i tried .45_18 but still get the same results > > here is the ouput from: > perl Makefile.PL > make > make test > make test TEST_VERBOSE=1 > > Hope u can help. > > regards > Darren Edgerton > > > > -----Original Message----- > From: Jeff Urlwin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 10 October 2002 12:53 PM > To: Darren Edgerton; [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: DBD-ODBC core dumps (atexit) > > > Try upgrading to .45_18. You'll need an ODBC v3 compliant driver manager. > 0.43 was the last (or near the last) version which built against > > Check out http://search.cpan.org/author/JURL/DBD-ODBC/Changes > > This was fixed in .45_12. > > Regards, > > Jeff > > > > > Hi Jeff, > > > > i am having a problem with the DBD::ODBC module and i have > > noticed a number > > of posts > > on mailing lists for the same thing ... and thought i might go > straight to > > the source > > > > i have:- > > Perl 5.6.1 > > AIX 4.3.3 > > DBI-1.30 > > DBD::ODBC-0.43 > > > > > > ---- very simple DBI script ---- > > #!/usr/local/bin/perl > > > > use DBI; > > use DBD::ODBC; > > > > my $dbh = DBI->connect('dbi:ODBC:raider','myuserid','mypasswd'); > > $dbh->disconnect(); > > --------------------------------- > > > > when i run this script it exits with error message: > > "Illegal Instruction(coredump)" > > > > i have had an AIX 'guru' do some debugging for me and he can see > > that it is > > getting a NULL > > pointer inside the exit (atexit) function ??? > > > > the other posts that i have seen relate to differing databases on > > differing > > Os's the > > common link is DBD::ODBC > > > > do you have any clues as to how i get around this ???? > > > > > > > > regards > > Darren Edgerton > > > > =================================================================== > > Darren Edgerton > > IT Operations Manager > > Reece Australia Limited > > Ph: +613 9274 0000 Fax: +613 9274 0199 > > Email: [EMAIL PROTECTED] Web: http://www.reece.com.au > > =================================================================== > > > > > > >
