Re: [PHP] ODBC and long text fields

2007-01-08 Thread Jochem Maas
Larry Garfield wrote: > On Sunday 07 January 2007 8:26 pm, Jochem Maas wrote: > ... >> >> with regard to wanting results returned in a 'named' fashion, does the new >> setup still not allow use of odbc_fetch_array() instead of >> odbc_fetch_row()? not that I see any logic in that solving the iss

Re: [PHP] ODBC and long text fields

2007-01-07 Thread Larry Garfield
On Sunday 07 January 2007 8:26 pm, Jochem Maas wrote: > > Now I'll be honest and say I don't quite follow what they're talking > > about. I do not claim to be an ODBC guru, but SQLGetData is a lower-level > > operation, SQL level or C level I don't know, but not something that > > happens in PHP c

Re: [PHP] ODBC and long text fields

2007-01-07 Thread Jochem Maas
no real answer, but ... Larry Garfield wrote: > Hi all. I've a question regarding PHP's ODBC support. > > Here's the situation: > > We've a PHP app that uses ODBC to talk to a MS SQL server. Its original home > was on a server that used the OpenLink ODBC driver, which was a POS, so we > bui

[PHP] ODBC and long text fields

2007-01-07 Thread Larry Garfield
Hi all. I've a question regarding PHP's ODBC support. Here's the situation: We've a PHP app that uses ODBC to talk to a MS SQL server. Its original home was on a server that used the OpenLink ODBC driver, which was a POS, so we build an abstraction wrapper around the subset of PHP's ODBC fun