Hi Chris, the CAVEATS file that came with DBD::DB2 lists that function as
unsupported. I'm planning on adding it in the next version.
Regards,
Robert
Chris Radcliff <[EMAIL PROTECTED]> on 10/05/2001 03:59:34 PM
To: [EMAIL PROTECTED]
cc:
Subject: DBD::DB2 and data_sources?
Hello,
I'm new to DB2, but I've been using DBI with Oracle, ODBC, and mysql for
quite a while.
I recently installed DB2 to test a customer's application, and I'm
running into a baffling problem. None of my DB2 databases show up when I
call DBI->data_sources("DB2").
I can connect() to my datasources individually and prepare() and
execute() statements, but the sources still don't show up in the list.
Does anyone have suggestions on how to diagnose this? Is there an
environment variable I'm missing? Is there something in DB2 I have to
set to "publicize" the databases?
Thanks in advance for any help.
~chris