> 
> 
> All,
> 
> I am trying to use Perl with DBI/DBD and Datadirect ODBC to 
> import datafile on unix to remote windows-based SQL server RDBMS. 
> I have installed DBI-1.45 and Datadirect (www.datadirect.com) 
> ODBC drive for SQL server DB on my Redhat 9.0 Linux. So far 
> DataDirect SQL ODBC drive on linux is working and can be 
> associated to remote SQL server DB. Now I have problem to 
> configure the DBD:ODBC 1.11 integrated with DataDirect ODBC 
> to connect SQL server DB. I have read the documentation of 
> knowledgebase on www.datadirect.com. The final test step make 
> test  awalys failed with attached message. Could someone 
> advise me on it? Thanks a lot!

That's OK.  It seems that the data-direct drivers tell us that it doesn't 
support multiple
statements, yet we expect SQL Server to support it.  

You can safely make install the version you are using, but you may have some 
strange
problems with some complex situations using SQL Server and multiple statements.

In DBD::ODBC 1.13 I put a lot of effort into changing the tests to use 
Test::More.  If you
have some time and can try 1.13 with TEST_VERBOSE, I could possibly make the 
tests work a
bit smarter about it, but the core functionality looks good from here.

Regards,

Jeff


Reply via email to