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

Threaded View

  1. #1
    Join Date
    Dec 2008
    Posts
    12

    Adding Multiple Row at once.

    I am trying to do a multiple add on one save. like "Entry1,Entry2,Entry3," i split them and put them into a array string and add them on one DB query. here is the code

    http://tinyurl.com/r3b4nc

    thanks.
    Attached Images Attached Images

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