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. Web Development
  3. ASP.NET
  4. Visual Foxpro Database/Table in ASP.NET

Visual Foxpro Database/Table in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netdatabasehelp
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.
  • G Offline
    G Offline
    Girish481
    wrote on last edited by
    #1

    Hello, Dim vfpConn As OleDbConnection = New OleDbConnection("Provider=VFPOLEDB.1; Data Source='C:\Inetpub\wwwroot\Election\ps5.dbf';") ' is running fine but, Dim vfpConn As OleDbConnection = New OleDbConnection("Provider=VFPOLEDB.1; Data Source='http://girish/election/data1.dbc';") 'is returning error (Invalid path or file name.) vfpConn.Open() Dim sVfp As String = "select * from ps5" Dim oCmd As New OleDbCommand(sVfp, vfpConn) How can i use VFP table as datasource using http://girish//tablename.dbf ? Thanks & Regards Girish Sharma

    C 1 Reply Last reply
    0
    • G Girish481

      Hello, Dim vfpConn As OleDbConnection = New OleDbConnection("Provider=VFPOLEDB.1; Data Source='C:\Inetpub\wwwroot\Election\ps5.dbf';") ' is running fine but, Dim vfpConn As OleDbConnection = New OleDbConnection("Provider=VFPOLEDB.1; Data Source='http://girish/election/data1.dbc';") 'is returning error (Invalid path or file name.) vfpConn.Open() Dim sVfp As String = "select * from ps5" Dim oCmd As New OleDbCommand(sVfp, vfpConn) How can i use VFP table as datasource using http://girish//tablename.dbf ? Thanks & Regards Girish Sharma

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      perhaps you need write access ?

      Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

      G 1 Reply Last reply
      0
      • C Christian Graus

        perhaps you need write access ?

        Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

        G Offline
        G Offline
        Girish481
        wrote on last edited by
        #3

        Thanks for your reply. So, how do i set write access. Please guide me. Thanks & Regards Girish Sharma

        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