My current resource file is 130+ KB and has 3000+ lines...
Does not seem to be a big difference...
There definately ppl who have tried with a bigger resource file, I believe.
Definitely. And I have to say that I've never used a database-backed resource system, mostly because I've never seen the need for it personally (usually in such cases the information is already in a database record that I'm displaying in any case), and it should definitely scale, and probably better than the database-backed system, because you don't have the overhead of database calls.
But if you really need something like dynamic updates, where resources can be changed without bouncing the running application, then you'd need to use a database-backed system. Of course I'd argue that it's probably an error in design or organization usually to require that for resources, but if someone's bound to have this requirement, then this is the way to get it.
Kirk Wylie M7 Corporation
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]