Re: mysql BLOB field -- need help

2001-08-29 Thread Zhenjiang Guo
Yes, I tried a TEXT field. Error occurs when calling Recordset->Fields->GetItem(0L)->AppendChunk(lSize). But the same code runs well when I changed to an Access table. Thanks On Wed, 29 Aug 2001 10:18:54 +0200 Carl Troein <[EMAIL PROTECTED]> wrote: > > As far as I know a BLOB is just a TEXT w

Re: mysql BLOB field -- need help

2001-08-29 Thread Carl Troein
On 29-Aug-01, Zhenjiang Guo wrote: > I'm exhausted by the BLOB field in MySQL. > I cann't get the content of the BLOB field. > Is there anyone who will kindly point out the correct direction for me? > A piece of code will be especially appreciated. > I'm using VC and ADO. > Thanks. As far as I

mysql BLOB field -- need help

2001-08-29 Thread Zhenjiang Guo
I'm exhausted by the BLOB field in MySQL. I cann't get the content of the BLOB field. Is there anyone who will kindly point out the correct direction for me? A piece of code will be especially appreciated. I'm using VC and ADO. Thanks. ---