home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.visual.basic      MS Visual Basic discussions, NOT dot-net      10,840 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 9,477 of 10,840   
   Jack to All   
   Design question   
   08 May 05 01:39:51   
   
   From: jack@jack.net   
      
   Hello,   
   VB6.  I have a class.  The class receives a bunch of individual items from   
   an asp page, then updates the database.  My question is what is the best way   
   you have found to update the database, one record at a time -or- send every   
   that needs to get written to the database to the class, then execute a   
   function to update the tables.   
   Here are the two scenarios.   
   -1-   
   For each record I need to insert into the db, Call a method on a class,   
   passing the items.  In the method, execute an insert statement.   
      
   -or-   
   -2-   
   Have a method, like 'additem'.  This method would add the stuff to a   
   collection in the class.  Then, when the asp page is finished adding all its   
   items, call a method to take each item in the collection and insert it to   
   the database.   
      
   I have done it both ways in the past, but was curious to know the way you   
   guys do something like this.  Thanks for your time.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca