Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a VFP table from VB.NET
Message
From
21/03/2004 12:19:11
 
 
To
21/03/2004 12:07:39
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
00888288
Message ID:
00888291
Views:
8
>Have you looked at Thread #877950 ?

I have a table called d:\Login.dbf and I am trying to do it like this:
      Dim ds As DataSet = New DataSet
      Dim dt As New OleDbDataAdapter("select * from Login", _
      "Provider=VFPOLEDB.1;Data Source=D:\Login=;Password='';Collating Sequence=MACHINE")

      dt.Fill(ds)
However, I have an error which says that the path is incorrect.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform