Hi,
trying to access big visual foxpro database via ODBC .NET data provider in VB .NET but its REALLY slow to query!!
Please - any solutions, tips etc to allow faster query acces to it?
Many thanks in advance,
John.
Printable View
Hi,
trying to access big visual foxpro database via ODBC .NET data provider in VB .NET but its REALLY slow to query!!
Please - any solutions, tips etc to allow faster query acces to it?
Many thanks in advance,
John.
use Jet Engines
Dim oConnect As New OleDbConnection("Provider=VFPOLEDB.1;Data Source=C:\test.dbc;")
Hi,
I don't have Foxpro on my machine so not sure if I can use VFPOLEDB or how do I get it?
Thanks
John.