> 
> 
> Jeff,
> Thanks for the response.  I thought the same thing:  Maybe it 
> is failing because the table does not exist, so I created it 
> using the same username and password.  It still fails.
> 
> I am trying to connect to an MS SQL Server running on a Win 
> 2k server using the freetds driver and unixODBC device 
> manager.  All suggested access for both unixODBC and freetds 
> have been used and work correctly.
> 
> I am a newbie with the DBI stuff so sorry if I seem lost in 
> all of this.


A slightly simpler configuration is to use FreeTDS with DBD::Sybase.  That 
eliminates the
ODBC layer(s)

DBI --> DBD::Sybase --> FreeTDS

Vs

DBI --> DBD::ODBC --> unixODBC --> FreeTDS ODBC Driver --> FreeTDS

Just a suggestion.  If you can't do that for some reason or that doesn't work 
for some
other reason, let me know.  I'm working on getting myself setup again with all 
the various
flavors of stuff, Solaris included.  If you post again, please post versions of 
the above
"stuff".

Thanks,

Jeff

> 
> Thanks,
> Mark
> 
> Mark Vaughan
> 
> Programmer III
> 
>  
> 
> Direct: +1 303 802 2426
> 
> Cell: +1 303 601 4434
> 
> Fax: +1 303 802 1420
> 
> [EMAIL PROTECTED]
> 
> Evolving Systems, Inc. 
> 
> 9777 Pyramid Court, Suite 100, Englewood, CO USA 80112
> 
> www.evolving.com
> 
> 
> -----Original Message-----
> From: Jeff Urlwin [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 10, 2005 4:10 AM
> To: Mark Vaughan; 'DBI users'
> Subject: RE: SEGV error
> 
> > 
> > 
> > All,
> > 
> > While executing CPAN's "install DBD::ODBC" command test #2 fails.
> > 
> >  
> > 
> > Here is the output when run by hand:
> > 
> [snip]
> > 
> >     -> do for DBD::ODBC::db (DBI::db=HASH(0x285918)~0x2714ec
> > 'DROP TABLE
> > PERL_DBD_TEST')
> > 
> > Segmentation Fault(coredump)
> 
> Not a pretty sight.  This is attempting to drop a table that 
> probably won't yet exist in your case.  It should have the 
> DBMS raise an error, but that's about it. Please tell us more 
> about your configuration.  To which RDBMS are you connecting? 
> Using which driver? Using which driver manager?  
> 
> > 
> >  
> > 
> > Environment:
> > 
> > Solaris 2.8
> > 
> > Perl 5.6.1
> > 
> > DBI: 1.48
> > 
> > DBD::ODBC: 1.13
> > 
> >  
> 
> This should be ok.
> 
> Jeff
> 
> This e-mail and any attachments may be confidential and/or 
> legally privileged. If you have received this e-mail and you 
> are not a named addressee, please inform Evolving Systems TIS 
> at [EMAIL PROTECTED] and then delete the e-mail from your 
> system. If you are not a named addressee you must not use, 
> disclose, distribute, copy, print or rely on this e-mail. To 
> ensure regulatory compliance and for the protection of our 
> clients and business, Evolving Systems may monitor and read 
> e-mails sent to and from its servers. Although Evolving 
> Systems routinely screens for viruses, addressees should scan 
> this e-mail and any attachments for viruses. Evolving Systems 
> makes no representation or warranty as to the absence of 
> viruses in this e-mail or any attachments. 
> 
> Registered Office: 9777 Mt. Pyramid Ct Suite 100, Englewood, CO 80112
> 

Reply via email to