Hihi there ;) So, let me get this strait in my head. You're saying to just acess the DB every time i change something instead of manipulating in memory, then a dump when they chose to save, or at prog end? And since changes are to be made, wouldn't that bog down the system a little? Would using a int array of account numbers increase the efficacy, since alphabetical and by account num. are the 2 major sorts to be done, and just sort the main list of information class into alphabetical? Or as you are suggesting, would just an sql statement grabbing it alphabetically, or by acct Num be better? I'm just trying to figure it out... the only db stuff i've done so far is with delimited text files into C++, so i'm trying to understand the effects of different methods so i can utilize strengths and weeknesses of them. And I learned a long time ago, that other peoples' experience is the best way to learn quickly. Otherwise you have to spend the time to make the mistakes yourself.
I know I sound kinda Newbish, and I'm sorry, as I say, I'm trying to learn so as not to have to ask again a few months down the road... LOL Thanx again. Jimbobob (Shukaido) ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
