Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-23 Thread Martin J. Evans
On 23-Feb-2005 Walter Obermiller wrote: Martin, this is because as I said in my last mail, the program loses itself in an endless loop. The sql.log file (20 mb) for this execution shows a couple of zillion messages complaining about the adabas driver receiving an empty password The

Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-23 Thread Walter Obermiller
Martin, New deck of cards. I have completely cleaned out the perl-odbc environment and replaced it with: Unixodbc 2.2.10 (configured without threading enabled) perl 5.8.6 (unthreaded) DBI-1.47 DBD::ODBC 1.13 (configured for 5.8.6 and unixodbc2.2.10) unixODBC 2.2.10 DRIVERS:

Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-23 Thread Martin J. Evans
On 23-Feb-2005 Walter Obermiller wrote: Martin, New deck of cards. I have completely cleaned out the perl-odbc environment and replaced it with: Unixodbc 2.2.10 (configured without threading enabled) perl 5.8.6 (unthreaded) DBI-1.47 DBD::ODBC 1.13 (configured for 5.8.6 and

RE: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-22 Thread Martin J. Evans
The DontDlClose was a suggestion to stop the seg faulting on exit. When I said you can use DSN=emanuel-sbart;UID=*;PWD=*; I did of course mean to say you need to keep the 'dbi:ODBC' on the front. i.e. 'dbi:ODBC:DSN=emanuel-sbart;UID=*;PWD=*;' Martin -- Martin J. Evans Easysoft Ltd, UK

Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-22 Thread Walter Obermiller
Martin, Martin J. Evans wrote: The DontDlClose was a suggestion to stop the seg faulting on exit. When I said you can use DSN=emanuel-sbart;UID=*;PWD=*; I did of course mean to say you need to keep the 'dbi:ODBC' on the front. i.e. 'dbi:ODBC:DSN=emanuel-sbart;UID=*;PWD=*;' blush :-) I have fixed

Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-22 Thread Martin J. Evans
On 22-Feb-2005 Walter Obermiller wrote: Martin, Martin J. Evans wrote: The DontDlClose was a suggestion to stop the seg faulting on exit. When I said you can use DSN=emanuel-sbart;UID=*;PWD=*; I did of course mean to say you need to keep the 'dbi:ODBC' on the front. i.e.

Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-22 Thread Walter Obermiller
Martin, thanks for your patience. Martin J. Evans wrote: On 22-Feb-2005 Walter Obermiller wrote: Martin, Martin J. Evans wrote: The DontDlClose was a suggestion to stop the seg faulting on exit. When I said you can use DSN=emanuel-sbart;UID=*;PWD=*; I did of course mean to say you need to keep

Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-22 Thread Martin J. Evans
I'd certainly use -w: Note: perl is running without the recommended perl -w option There appears to be a bit missing from your trace. It should show something like: Driver connect 'DSN=test;uid=Martin_Evans;pwd=easysoft;', '', '' after dbih_setup_attrib(DBI::db=HASH(0x8248c00),

Re: [dbi] Re: Problem with DBD::ODBC (via unixODBC) connection to remote ADABAS-11 database

2005-02-22 Thread Walter Obermiller
Martin, this is because as I said in my last mail, the program loses itself in an endless loop. The sql.log file (20 mb) for this execution shows a couple of zillion messages complaining about the adabas driver receiving an empty password The question is: what is tacking an empty UID=;PWD=;