Re: Graeme: FBLIB blob segment size was: [fpc-pascal] Patch/Test BlobSegmentSize

2011-11-21 Thread Graeme Geldenhuys
On 2011-11-20 11:55, Reinier Olislagers wrote: > > ... might/could/should that be enlarged to 65535? The change has been made in the latest FBLib code. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ _

Re: Graeme: FBLIB blob segment size was: [fpc-pascal] Patch/Test BlobSegmentSize

2011-11-20 Thread Reinier Olislagers
On 20-11-2011 13:06, Graeme Geldenhuys wrote: > On 20/11/2011, Reinier Olislagers wrote: >> >> Had a look at tiOPF FBLib FBLDsql.pas. It defines >> BLOB_SEGMENT_LEN = 4095; >> used in both reading & writing blob data. >> >> ... might/could/should that be enlarged to 65535? > > Based on the new in

Re: Graeme: FBLIB blob segment size was: [fpc-pascal] Patch/Test BlobSegmentSize

2011-11-20 Thread Graeme Geldenhuys
On 20/11/2011, Reinier Olislagers wrote: > > Had a look at tiOPF FBLib FBLDsql.pas. It defines > BLOB_SEGMENT_LEN = 4095; > used in both reading & writing blob data. > > ... might/could/should that be enlarged to 65535? Based on the new information, it should be changed. I'll update FBlib. Thanks

Graeme: FBLIB blob segment size was: [fpc-pascal] Patch/Test BlobSegmentSize

2011-11-20 Thread Reinier Olislagers
On 19-11-2011 23:36, Michael Van Canneyt wrote: > On Sat, 19 Nov 2011, Reinier Olislagers wrote: >> On 19-11-2011 13:28, Reinier Olislagers wrote: >>> Hi list, >>> >>> The Firebird/Interbase ibconnection.pp code has this code in its >>> SetParameters procedure to upload blobs in segments (BlobSegme