[PHP-DEV] odbc setting boneheadedness? (odbc.defaultlrl)

2002-08-12 Thread Chuck Hagenbuch
Playing with db-based session handlers today against an ODBC database. Don't worry, it's not production, but it should work, and now it does... except that I had a hell of a time figuring out how to get all of the session data, when sessions get large, back from the db server. I found the

Re: [PHP-DEV] odbc setting boneheadedness? (odbc.defaultlrl)

2002-08-12 Thread Dan Kalowsky
Setting it to 0 should work. Or at least it has in the past. Calling odbc_longreadlen($res_id, value here); should also allow you to override this while running in PHP. A value of zero again is passthrou. Any chance you can share a bit more information about this possible bug? On Mon, 12