Re: Problem with Selecting Text and Blob fields

2004-02-20 Thread PeterWR
Peter - Original Message - From: "Jacob Joseph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 21, 2004 6:32 PM Subject: Problem with Selecting Text and Blob fields When a select query is run on a mysql table with text and blob fields, the text fields re

Problem with Selecting Text and Blob fields

2004-02-20 Thread Jacob Joseph
When a select query is run on a mysql table with text and blob fields, the text fields return the whole text but the blob fields return only the first 4 bytes of the blob data. I use MySQL 4.0.17 with VB6.0 on Windows 2000. What should I do to retrieve complete data from the blob field? Any help