Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Collection or a Disconnected Recordset?


Message #1 by "Gopalakrishnan" <ntg@s...> on Wed, 30 May 2001 10:07:31 +0530
Either or will do.  No performance hits if you wrap your Collections
properly and Persist them to files using Property Bags.

-----Original Message-----
From: Gopalakrishnan [mailto:ntg@s...]
Sent: Wednesday, May 30, 2001 12:38 AM
To: professional vb
Subject: [pro_vb] Collection or a Disconnected Recordset?


hi,

    I am creating an application, in which I would like to add a set of
values, probably with different datatypes to be stored. And of course, no
database connection is required and all the data is generated on the client
side. 

     So, my question is, does a Collection will do or shall I create a
disconnected recordset, making the ActiveConnection as nothing, setting it
as a client-side cursor, create and add fields to it and enter values? What
is the difference in overhead? Any suggestions is appreciated...

Thanks,

N.T.GOPALAKRISHNAN

N.T.GOPALAKRISHNAN



  Return to Index