I'm not entirely sure if this is where I should post this (direct me
elsewhere if necessary).

My environment is cake 1.2 on php 5 running on red hat enterprise
linux 5, using odbtp to communicate with windows server 2003 running
the odbtp service process, communicating with SQL Server 2000. Works
rather well, and quite speedy despite the occasional claim otherwise
concerning odbtp.

While working on my initial implementation, whenever dbo_adodb.php
would call MetaTables() (in listSources() near line 195), it was
passing the argument 'TABLES', which would call the ODBC api function
SQLTables, requesting all tables of type 'TABLES' -- but in SQL Server
2000 (and I'm not sure about other database engines), the correct
argument is 'TABLE'. Upon changing line 196 in dbo_adodb.php to ... -
>MetaTables('TABLE'), the code works properly (it seems, so far).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to