> 
> I am new to DBI perl programming..
> 
> I am trying to connect to Database as follows..
> 
> #!/usr/bin/perl
> print"start \n"print"start \n";
> use strict;
> use DBI;
> my $dbh = DBI->connect('dbi:ODBC:microOraDSN','KXBCP', 'merrill');   
> 
> 
> I am getting the follwoing Error....
> 
> DBI connect('microOraDSN','KXBCP',...) failed: 
> [Microsoft][ODBC driver for Oracle][Oracle] (SQL-NA000) 
> [Microsoft][ODBC Driver Manager] The driver doesn't support 
> the version of ODBC behavior that the application requested 
> (see SQLSetEnvAttr).
> (SQL-01000)(DBD: db_login/SQLConnect err=-1) at dbop.pl line11

My strong suggestion would be to use Oracle's ODBC driver

Regards,

Jeff



  • new to perl Thutika, Srinivas (ODC - Satyam)
    • Jeff Urlwin

Reply via email to