If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Data in field of type text

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-15-04, 13:45
exdter exdter is offline
Registered User
 
Join Date: Aug 2003
Posts: 328
Data in field of type text

I have a field in a MySQL table that is set to text. When I run a select on the table, the data in this field shows up as (MEMO) where the field is not null and (memo) where the field is null. I access the data with a VB6 application, and when I retrieve the data with the application, all the data is fine. Does anyone know why? How can I see the data in the table when I access it from the database instead of returning (MEMO) I would like to see what is actually there. Thanks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On