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 > Data Access, Manipulation & Batch Languages > Delphi, C etc > Blob Field Problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-24-04, 07:01
fumanstu fumanstu is offline
Registered User
 
Join Date: Feb 2004
Posts: 2
Blob Field Problem

I'm trying to write some hexadecimal data out to a blob field using Delphi 4.

I can make it work in MySQL perfectly but if I try to do it into a paradox 7 db table (into a memo field) only a portion of the data gets stored.

The code used is exactly the same only the table component and the tables it uses are different.

Any suggestions?
Reply With Quote
  #2 (permalink)  
Old 02-24-04, 07:34
rami.haddad rami.haddad is offline
Registered User
 
Join Date: Jan 2004
Posts: 184
Re: Blob Field Problem

Could it be that the size of your blob field available in MySQL is larger then that of paradox? I am not sure but maybe that is a thing to look at?
__________________
In abundance of water only the fool is thirsty. Bob Marley.
Reply With Quote
  #3 (permalink)  
Old 02-24-04, 09:01
fumanstu fumanstu is offline
Registered User
 
Join Date: Feb 2004
Posts: 2
Re: Blob Field Problem

Quote:
Originally posted by rami.haddad
Could it be that the size of your blob field available in MySQL is larger then that of paradox? I am not sure but maybe that is a thing to look at?
Possibly...I'll check that.

However, having looked at the data I'm trying to store it seems to stop when it comes across a null. Is there some issue with storing a null bytes in Paradox Memo fields?
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