Stanley Sufficool wrote:
One reason was to bring the driver in line with the behavior of the
PDO sqlserv driver (
http://msdn.microsoft.com/en-us/library/cc296193.aspx )
Eventually I would like yo make the 2 interchangeable and have PHP/PDO
applications run the same on Win32 and Linux.
Two wr
Direct access to live entertainment industry decision makers.
Market your product or service with pinpoint accuracy.
Option #1
Advertise in ENCORE
The industrys most widely distributed B2B newsletter
(Special: Double your advertising time!)
* Expires Thanksgiving
Encore reaches over 100
On Wed, November 3, 2010 8:52 pm, Stanley Sufficool wrote:
> Before I gut PDO_DBLIB one more time to implement native parameter
> binding for stored procedures, what are the thoughts on returning the
> column values from the database as the native PHP type when possible?
> Currently everything is r
On Thu, Nov 4, 2010 at 5:37 PM, Richard Lynch wrote:
> On Wed, November 3, 2010 8:52 pm, Stanley Sufficool wrote:
>> Before I gut PDO_DBLIB one more time to implement native parameter
>> binding for stored procedures, what are the thoughts on returning the
>> column values from the database as the
On Thu, November 4, 2010 9:09 pm, Stanley Sufficool wrote:
> On Thu, Nov 4, 2010 at 5:37 PM, Richard Lynch wrote:
>> On Wed, November 3, 2010 8:52 pm, Stanley Sufficool wrote:
I realize as the guy who has to deal with the driver code and what it
should do for people not following the advise below
On Thu, Nov 4, 2010 at 7:44 PM, Richard Lynch wrote:
> On Thu, November 4, 2010 9:09 pm, Stanley Sufficool wrote:
>> On Thu, Nov 4, 2010 at 5:37 PM, Richard Lynch wrote:
>>> On Wed, November 3, 2010 8:52 pm, Stanley Sufficool wrote:
>
> I realize as the guy who has to deal with the driver code an