Re: DBD::ODBC 1.14 does not work on Windows x64 using Microsoft ODBC drivers

2007-10-16 Thread Nelson Oliveira
Thanks! Your guess was right. I changed the datatypes from a 4 byte type to an 8 byte type in several places where DBD::ODBC interfaces with the ODBC functions. I compiled it for WIN64 and ran the test suite in DBD::ODBC, which for the most part reported everything ok. My test script runs and more

Re: DBD::ODBC 1.14 does not work on Windows x64 using Microsoft ODBC drivers

2007-10-16 Thread Martin Evans
Nelson Oliveira wrote: I have Perl 5.8.8 built for Windows x64 from Activestate (version 822) installed on a Windows 2003 x64 bit server (Xeon processor). I have installed version 1.59 of DBI and version 1.14 of DBD::ODBC compiled for x64 bit, using the freely available Microsoft SDK. The ODBC-

DBD::ODBC 1.14 does not work on Windows x64 using Microsoft ODBC drivers

2007-10-16 Thread Nelson Oliveira
I have Perl 5.8.8 built for Windows x64 from Activestate (version 822) installed on a Windows 2003 x64 bit server (Xeon processor). I have installed version 1.59 of DBI and version 1.14 of DBD::ODBC compiled for x64 bit, using the freely available Microsoft SDK. The ODBC-ODBC bridge used is suppo

Re: DBD::CSV: make test fails

2007-10-16 Thread Ron Savage
Robert Roggenbuck wrote: Hi Robert There they are. I get the message 'YOU ARE MISSING REQUIRED MODULES' only if I say just 'perl t/20createdrop.t' - I did not know that I need to include 'lib' before executing the tests manually. That's just to get Perl to look in lib/ in the unpacked distro

Re: DBD::CSV: make test fails

2007-10-16 Thread Robert Roggenbuck
Hi Ron, Ron Savage schrieb: Robert Roggenbuck wrote: Hi Robert Looking at the code and the first error msg you got: YOU ARE MISSING REQUIRED MODULES: [ ] makes me suspect the method you are using to test the module. Are you using 'The Mantra' of standard commands? Something like: As I said in