I am using PDO ODBC to connect from Linux to SQL Server and I tried modifying the Sqlserver datasource in Cake to use odbc instead of sqlsrv. I am getting an error though related to getcolumnmeta(). Is this function not supported with PDO ODBC? Does anybody know of another Cake datasource available to use to connect from Linux to SQL Server. I can manually connect using MSSQL_connect, odbc_connect, or pdo_odbc but Im having trouble figuring out the best way to connect within Cake.
-- View this message in context: http://cakephp.1045679.n5.nabble.com/SQL-Server-Linux-and-CakePHP-2-tp5463357p5715224.html Sent from the CakePHP mailing list archive at Nabble.com. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
