Perl integration with oracle9i

2005-07-25 Thread Ata Raja
Hi, My current application is running on Oracle8i. The application is based on CGI Perl and it uses DBI and DBD. I'm going to migrate my application to Oracle9i. I would like to know which Version of DBI/DBD would be compatible for Oracle9i. Please give me all steps in detail. How to ser Env

Need Help :: Error in Installing DBD::DB2

2005-07-25 Thread shabarinath.kadavendi
Hi, Can you please give the instructions to install and use Perl Interface to access DB2 I need everything from installation to sample program to access DB2 on windows from Perl. I am unable to install the DBD::DB2 I am getting the following error while installing DBD::DB2. Error:

RE: DBD-Oracle

2005-07-25 Thread Mary
I could able to download it now. Thanks! when i am trying to run my perl script i am getting this error: ORA-12560: TNS:protocol adapter error (DBD ERROR: OCIServerAttach) can anyone please let me know the reason for this error and how should i correct it. thanks, Mary. Reidy, Ron [EMAIL

RE: DBD-Oracle

2005-07-25 Thread Reidy, Ron
This is not a Perl error. From the error docs: 12560, 0, TNS:protocol adapter error // *Cause: A generic protocol adapter error occurred. // *Action: Check addresses used for proper protocol specification. Before // reporting this error, look at the error stack and check for lower level //

MsSQL DBD::ODBC IsNull and undef

2005-07-25 Thread Brian Becker
I am trying to bind an undef into an IsNull on a varchar field. When I write the query binding directly into the IsNull I get no records, yet if I create a SQL variable, bind the undef to that, and then use the SQL variable - I get results. I have created a test script that duplicates the

RE: MsSQL DBD::ODBC IsNull and undef

2005-07-25 Thread Martin J. Evans
Brian, I presume by Easysoft you mean Easysoft ODBC-ODBC Bridge? If so, can you run your test script again but creating an OOB log file which you can do by: 1. cd /tmp 2. create odbc.ini file containing only: {Settings} Logging = 0xff NOTE, they are curly braces. 3. WITHOUT changing