CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    Jordan
    Posts
    30

    Which better recordet or SQL direct to insert in Multi User

    Which better recordet or SQL direct to insert in Multi User program to avoid any repeat numbers or conflicts ?

  2. #2
    Join Date
    Sep 2000
    Location
    FL
    Posts
    1,452

    Re: Which better recordet or SQL direct to insert in Multi User

    Well, the recordset does get changed into an SQL statment, and it gets executed on the server. In this since, there really is no differenct. If this is referring to your previous post, listen to Thread1. That statement does everyting at once, and will avoid the duplicate invoice problem.

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