Is it possible in one database to do some memo fields?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Is it possible in one database to do some memo fields?

#1 Post by Eugene Lutsenko »

Is it possible in one database to do few memo fields?

Koverhage
Posts: 151
Joined: Mon Feb 01, 2010 8:45 am

Re: Is it possible in one database to do some memo fields?

#2 Post by Koverhage »

yes, i have databases with up to 4 memofields.
Klaus

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Is it possible in one database to do some memo fields?

#3 Post by Eugene Lutsenko »

And that one database for each memo field turns out your dbt file, or it is one common to all memo-fields?

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Is it possible in one database to do some memo fields?

#4 Post by Wolfgang Ciriack »

It is one DBT-file for a DBF-file.
_______________________
Best Regards
Wolfgang

User avatar
Tom
Posts: 1234
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Is it possible in one database to do some memo fields?

#5 Post by Tom »

You may have dozends of them in one table. All reside in one DBT/FTP. Take care of the size. Remember memos aren't packed with DbPack(). Their sizes increase until you copy the table and work on with the copy.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."


User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

Re: Is it possible in one database to do some memo fields?

#7 Post by unixkd »

ADS ADT memos/BLOBs are very efficient

Joe

Post Reply