how to create recordset on fly

  • Thread starter Thread starter steve connors
  • Start date Start date
S

steve connors

I created recordset using RecordsetClass in C# windows console
application. then I want to append fields and assign value to each field
on fly(not calling SQL database). unlike vb, the arguments for methods
open, addnew, append can not be optional. I have been trying this for
one day, but still has no idea. Any help is appreciated.

steve
 
Hi,

I was wondering if you managed to solve this problem. If so could you
share how you did it?

Thanks
Msuk
 
Back
Top