Re: [PHP-WIN] ODBC - What Perl can and PHP not

2005-05-12 Thread Robert Twitty
iOther than the fact that the PHP odbc extension uses ODBC 2 instead of ODBC 3, I don't know of any other reason why it should not work. Try using ODBTP and the odbtp extension available at http://odbtp.sourceforge.net. It uses ODBC 3. -- bob On Thu, 12 May 2005, Markus Tacker wrote: > > Hoi a

[PHP-WIN] ODBC - What Perl can and PHP not

2005-05-12 Thread Markus Tacker
Hoi all, I am a bit curious about that issue. I have a ODBC datasource with an AcuODBC driver. I can connect to it with various windows query tools, excel etc. But PHP fails to connect as the driver complains about a missing license file. So i tried it with Perl DBI::ODBC and it worke