From: Fab <kr...@bi...> - 2002-01-10 19:58:28
|
> 1) What is the maximum number of records that can be stored in a dB? There is a maximum, but the info has been lost in /dev/null :-) > 2) Is it possible to automatically prefix all databases with something > like DB_, similar to the way ThinkDB and Handyshopper does it? This > way, if I have several files of the same name by different apps, I can > distinguish between them on the computer. Not automaticaly. I name all my db databases with a personnal prefix during creation (or after, when I forget :-) and voila. > 6) Is there someway to automatically sort a list other than entry > order? Not yet. > What happens if I wanted to resort the list by deleting and > reentering. Would it cause a problem with the existing entries? I did try that and in some cases the records got updated and didn't loose there value and in some cases it didn't do the trick. I haven't find more, perhaps I did some spelling errors... Fab. |