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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Transfer of data from LIstview to table in MsAccess

Transfer of data from LIstview to table in MsAccess

Scheduled Pinned Locked Moved Visual Basic
database
4 Posts 2 Posters 1 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.
  • S Offline
    S Offline
    sazd1
    wrote on last edited by
    #1

    I am working in Vb Express 2008 with MsAccess as database. Please advise code for transfer of data records from ListView to a table in MsAccess. ListView shows like this: FirstName LastName City Peter Anderson NewYork John Pierce Lansdale

    D 1 Reply Last reply
    0
    • S sazd1

      I am working in Vb Express 2008 with MsAccess as database. Please advise code for transfer of data records from ListView to a table in MsAccess. ListView shows like this: FirstName LastName City Peter Anderson NewYork John Pierce Lansdale

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      The same as doing it with a collection of strings or any other source. You supply the code to write one record at a time to the database, then just call it repeatedly for each string or other data you have. There a TONS of examples all over the web on how to work with databases in VB.NET. Google results for "vb.net write data to database[^]"

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      S 1 Reply Last reply
      0
      • D Dave Kreskowiak

        The same as doing it with a collection of strings or any other source. You supply the code to write one record at a time to the database, then just call it repeatedly for each string or other data you have. There a TONS of examples all over the web on how to work with databases in VB.NET. Google results for "vb.net write data to database[^]"

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        S Offline
        S Offline
        sazd1
        wrote on last edited by
        #3

        thanks for your reply. i tried the sites you suggested but there is code for vb only. i could not find code for vb express. please adivse.

        D 1 Reply Last reply
        0
        • S sazd1

          thanks for your reply. i tried the sites you suggested but there is code for vb only. i could not find code for vb express. please adivse.

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          There is no difference between the two. The language is the same.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          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