Hi Rob,
On 13/02/07, Rob Allen <[EMAIL PROTECTED]> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bill Karwin wrote: > For what it's worth Haddad, so far I have not been able to connect > Zend_Db to MS SQL Server 2005 Express Edition either. It works fine for me, using Zend_Db_Adapter_Pdo_Mssql. I had to install SQL Server 2005 Express edition with no instance though.
Can you please give me a sample of code you used to achieve a connection? I am kind of new to both pro_mssql and Zend_db. Also do you have any problems using unicode with that adapater, the last time I used mssql_query() I ran into an error "Unicode data in Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier", which, when I looked deeper, turns out that Microsoft have upgraded their API and although the old API is supported for now, it is restricted in some ways. Thanks Haddad
