Re: PDOStatement execute memory issue?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wednesday 26 September 2007, Carlton Whitehead wrote:

> Could this be some bug in the way PHP, PDO, ODBC, and/or MS SQL are
> communicating?  Maybe 'image' columns aren't being handled correctly?
> I'm fairly certain my code is correct.  I appreciate all of your comments.
>
> Has anyone even tried querying an 'image' type column out of MS SQL 2005
> using PDO ODBC?
>
> Regards,
> Carlton Whitehead

Try isolating the problem.  If you have a literal query through PDO that 
fails, in isolation, try the same query using the old-skool odbc routines; 
just a trivial test script.  If that works but the same test script converted 
to minimal PDO fails, you've found a bug.  If it fails in both cases, I'd 
start blaming something else.

-- 
Larry Garfield			AIM: LOLG42
larry@xxxxxxxxxxxxxxxx		ICQ: 6817012

"If nature has made any one thing less susceptible than all others of 
exclusive property, it is the action of the thinking power called an idea, 
which an individual may exclusively possess as long as he keeps it to 
himself; but the moment it is divulged, it forces itself into the possession 
of every one, and the receiver cannot dispossess himself of it."  -- Thomas 
Jefferson

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux