OleDb Parameters to access FoxPro Data from .NET
Posted by: Rick Strahls WebLog,
on 12 Mar 2009 |
View original | Bookmarked: 0 time(s)
OleDb what a blast from the past. Got a couple of basic questions in the last week on how to access FoxPro data from .NET via OleDb and both questions got tripped up with how the query parameters are passed. Its been so long since Ive used the OleDb driver I had to look this up again myself to remember how this works through FoxPro OleDb. The issue is that the VFP OleDb driver deals with parameters only on a positional basis rather than on a named basis. Since most examples of ADO.NET access...