I made this PDO ODBC Adapter because I had to connect to MSDE on a Win2000 Machine. I ran it successfully with systemdsn and unconfigured Msde connections with success.

Of course I can not guarantee that all things are working, but that's the reason why it's still in the incubator.

It should help you with your problem.
Feel free to report success or failures... the related issue is ZF-905.

Greetings
Thomas
I18N Team Leader


----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <fw-general@lists.zend.com>
Sent: Wednesday, November 21, 2007 9:16 PM
Subject: Re: [fw-general] NT Authentication Pdo MSSQL


Does this require any changes to the php installation. Although I do believe that I may have enough pull to get pdo odbc support added to the server, this may take some time.

I am not at a computer right now, however if I recall correctly odbc wasn't listed as one of the pdo drivers availqable.

If it was just a matter of dropping in a dll, or including it in the php.ini then that would probably fairly simple

Wow that was long winded, and thank you both for the reponses, I almost gave up on zf because of this issue.

Terry
Sent on the TELUS Mobility network with BlackBerry

-----Original Message-----
From: "Thomas Weidner" <[EMAIL PROTECTED]>

Date: Wed, 21 Nov 2007 16:09:31
To:"Bryce Lohr" <[EMAIL PROTECTED]>,"Terry Shipclark" <[EMAIL PROTECTED]>,<fw-general@lists.zend.com>
Subject: Re: [fw-general] NT Authentication Pdo MSSQL


This is wrong...

Actually I made a PDO ODBC Adapter.
You can find it within the incubator.

Greetings
Thomas
I18N Team Leader


----- Original Message ----- From: "Bryce Lohr" <[EMAIL PROTECTED]>
To: "Terry Shipclark" <[EMAIL PROTECTED]>; <fw-general@lists.zend.com>
Sent: Wednesday, November 21, 2007 3:13 PM
Subject: Re: [fw-general] NT Authentication Pdo MSSQL


Hi Terry,

My apologies for the late reply... I ran into this issue with PDO as
well. I was able to work around it by using the PDO ODBC adapter, where
only the DSN is required. IIRC, I got NT Authentication to work like
that, however, I haven't actually done this since shortly after PHP 5
first came out, so YMMV. :)

Note that the PHP manual recommends using ODBC to connect to MS SQL,
rather than the DBLIB adapter. Also, unfortunately, there's no
Zend_Db_Adapter_Pdo_Odbc yet.

Regards,
Bryce Lohr


Terry Shipclark wrote:
Hello All,

I am currently attempting to use NT Authentication with the Zend
Framework.  Currently with Pdo there is no way of not passing a
username/password.  I know the connection works as we currently use
mssql_pconnect from the same server to connect using NT Authentication.

I was just wondering if anyone else has had similar experiences with
better results, as before I can truly begin developing a full fledged
application with Zend Framework.

Thanks alot in advance

Terry



Reply via email to