Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connecting to VFP Data in ASP.NET
Message
 
To
25/11/2005 13:37:51
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01072118
Message ID:
01079479
Views:
33
Cetin, I too am trying to setup a conection to my vfp tables from VS net but wonder if the odbc driver has to be on the server?



>>Hi All,
>>I am trying to connect to my VFP data using OLEDB in ASP.NET
>>
>>
>>Conn = New System.Data.OleDb.OleDbConnection("provider=VFPOLEDB.1; data source='" & MyDataSource & "'")
>>Conn.Open()
>>
>>
>>Then here's what I get:
>>
>>
"Non-NULL controlling IUnknown was specified, and either the requested interface was not IUnknown, or the provider does not support COM aggregation."
>>

>>I tried in the other server with exactly the same settings/configurations and it is ok.
>>Any Idea?
>>
>>Thanks
>>
>>Jay
>
>From an ASP this works for me just right:
>
>    dbpath = Server.MapPath("data")
>' ADO connection ...
>  .ConnectionString = "Provider=VFPOLEDB;data source=" & dbpath & "\myDatabase.dbc"
>
Cetin
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform