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

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. ---

TEXT field and AppendChunk

2001-08-27 Thread Zhenjiang Guo
hello all, I'm now developing with MySQL and VC. And I have a question with the field which type is TEXT. I cann't insert the value with AppendChunk. Here is part of my code. HRESULT hr; _RecordsetPtr pRS; _bstr_t G_CONNECTSTRING = L"Persist Sec