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. how to open .DBF file in vb??

how to open .DBF file in vb??

Scheduled Pinned Locked Moved Visual Basic
tutorialquestion
2 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.
  • C Offline
    C Offline
    campbells
    wrote on last edited by
    #1

    i have search around the website i just cant open the .dbf in vb, i want to insert in it using vb. anyone have any idea???

    A 1 Reply Last reply
    0
    • C campbells

      i have search around the website i just cant open the .dbf in vb, i want to insert in it using vb. anyone have any idea???

      A Offline
      A Offline
      Andy Davies
      wrote on last edited by
      #2

      depending on what is in the file, you could probably just read it in using the StreamReader: VB.NET : Dim sFilePath as string = "C:\File.DBF" Dim sContent as string = nothing Dim Reader as new StreamReader(sFilePath) sContent = Reader.ReadToEnd() assides that, some more info would help. http://www.stormbase.net

      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