Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. save by batch

save by batch

Scheduled Pinned Locked Moved Visual Basic
csharpdatabasetutorialquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    C Coudou
    wrote on last edited by
    #1

    How to approach inserting data to sql by batch number? i have textbox and button. if user type in textbox, let say. 'First Batch 4500110 ;insert to table tblBulk 4500111 ; 4500112 ; 4500113 ; 'Second Batch 4611001 4611002 4611003 i dont know what should i put in column2 so that it will know the batch --------- tblBulk --------- column1 column2 4500110 4500111 4500112 4500113 4611001 4611002 4611003

    C# コードMicrosoft End User 2000-2008 「「「「「「「「「「「「「「「「「「「「「「「「「「「「 The best things in life are free 」」」」」」」」」」」」」」」」」」」」」」」」」」」」

    D 1 Reply Last reply
    0
    • C C Coudou

      How to approach inserting data to sql by batch number? i have textbox and button. if user type in textbox, let say. 'First Batch 4500110 ;insert to table tblBulk 4500111 ; 4500112 ; 4500113 ; 'Second Batch 4611001 4611002 4611003 i dont know what should i put in column2 so that it will know the batch --------- tblBulk --------- column1 column2 4500110 4500111 4500112 4500113 4611001 4611002 4611003

      C# コードMicrosoft End User 2000-2008 「「「「「「「「「「「「「「「「「「「「「「「「「「「「 The best things in life are free 」」」」」」」」」」」」」」」」」」」」」」」」」」」」

      D Offline
      D Offline
      David Mujica
      wrote on last edited by
      #2

      Why don't you store the BATCH # with each transaction ?

      C 1 Reply Last reply
      0
      • D David Mujica

        Why don't you store the BATCH # with each transaction ?

        C Offline
        C Offline
        C Coudou
        wrote on last edited by
        #3

        solved. i used max query for batch no.

        C# コードMicrosoft End User 2000-2008 「「「「「「「「「「「「「「「「「「「「「「「「「「「「 The best things in life are free 」」」」」」」」」」」」」」」」」」」」」」」」」」」」

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups