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 > PC based Database Applications > Corel Paradox > memo vs alpha

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-12-03, 16:38
mongoloid001 mongoloid001 is offline
Registered User
 
Join Date: May 2003
Location: Edmonton Alberta Canada
Posts: 41
memo vs alpha

First of all, this is the first paradox database I worked in my life.

Secondly, I know this is going to sound stupid to you experts out there. But strangely enough, it's hard to find a good tutorial/ref on this thing.

My question is: what is the difference between alpha and memo? Why would you use one not the other? And which type corresponds to Oracle's varchar2?

Thanks a lot!
Reply With Quote
  #2 (permalink)  
Old 11-12-03, 17:48
lmckelvy lmckelvy is offline
Registered User
 
Join Date: Oct 2003
Posts: 107
No such thing as a silly question. An alpha field is limited to 255 characters. A memo (or formatted memo) is a BLOB and does not have the limitations. The memo fields are a pain to export and in some cases can cause erratic report behavior if a stray odd character gets imbedded in them when someone pastes in something from a word processor.
Reply With Quote
  #3 (permalink)  
Old 11-25-03, 11:44
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
Lightbulb

Also, you can't query the contents of a memo-field. For example, you can't find occurrences of the word "XYZZY" or "PLUGH" in a memo-field, but you can in Alpha.

(Well, you can write a twisty little script to do it, but that's a real Adventure...)
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
Reply With Quote
  #4 (permalink)  
Old 11-25-03, 12:13
lmckelvy lmckelvy is offline
Registered User
 
Join Date: Oct 2003
Posts: 107
Quote:
Also, you can't query the contents of a memo-field. For example, you can't find occurrences of the word "XYZZY" or "PLUGH" in a memo-field, but you can in Alpha.

Mike, I never had any trouble querying memo fields. What problems have you experienced?
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