cursor - Search results

2006-09-07 06:14:35 | Re: binary cursor returning truncated data (Nikolay Samokhvalov)

Is this issue still open? Some guys say me that they experience similar troubles and

2006-04-18 05:44:39 | Re: binary cursor returning truncated data (Eric Mauvière)

cursor -> text version of the binary field in PHP -> conversion back to a binary string

2006-04-18 05:28:14 | Re: binary cursor returning truncated data (Christopher Kings-Lynne)

CURSOR is for emitted binary data, not reading it. If you declare a normal cursor

2006-04-18 05:24:47 | Re: binary cursor returning truncated data (Eric Mauvière)

CURSOR thing should be avoided. With MySQL for instance, a cursor will read the same

2006-04-16 13:39:45 | Re: binary cursor returning truncated data (Michael Fuhr)

On Wed, Apr 12, 2006 at 04:21:49PM +0200, Eric Mauvire wrote: The PHP

2006-04-12 11:22:11 | binary cursor returning truncated data (Eric Mauvière)

cursor with PHP : $sql="BEGIN;DECLARE mycursor BINARY CURSOR FOR SELECT shape FROM $layerName; fetch