CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: recordset

  1. #1
    Join Date
    Sep 2000
    Posts
    58

    recordset

    Hi,

    Does anyone know how to save the contents of a recordset (say rst) to a database table all at the same time. The reason l want to do this is, if l have 50 records, l don't want to have to loop through them all and save them individually.
    This should be alot faster.

    Thanks,
    uni.



  2. #2
    Join Date
    Sep 2000
    Posts
    58

    Re: recordset

    all is ok. found out you can use batch.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured