Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing objects in database - efficient?
Message
 
To
28/02/2001 00:46:14
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00480345
Message ID:
00480477
Views:
13
>>As alternatives, you should consider the use of resource file. These files are compiled into the application so they don't cause extra network traffic. These files can store strings, icons, pictures, wave files, ...
>
>Let me clarify, the purpose is to store your forms, menus, textboxes, listboxes, etc. in a database so that your application can create it's forms, menus, etc. dynamically. Can these be done using resource files? I haven't tried using resource files yet. If so, then it seems like it is a better alternative.

Resource files is good for the "static part" like menus, captions, ...

You better keep the "dynamic" part (the content of listbox, ...) in a database.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Reply
Map
View

Click here to load this message in the networking platform