accessing a foxpro table on my website

I have a simple FoxPro table sitting on my website. I need to read and write data to it in an standalone application on my pc. I can get to where I can read the data but I cant change the data. Any help would be greatly appricated.

 

It doesnt have to be fancy I just need a simple way of doing it. Thanks



Answer this question

accessing a foxpro table on my website

  • akram badr

    If you are after a very simplistic thing, then download Visual web builder from MS site (http://msdn.microsoft.com/vstudio/express/) and follow one the walkthroughs. I think you can do that in one day (considering you have never done before).
  • Peter Haik

    I was in the process of following a suggestion from his site of simply using the USE statement to access the table on the website. That would seam to be all that I need and all works well except that when I attempt to write back to the table it says that it is "Read Only" I have it added to the data envitoment of the form. Any suggestions
  • pc_bond

    I think Rick Strahl has some papers on his website that would help you: www.west-wind.com.

    Tamar

  • accessing a foxpro table on my website