fail to open vfp odbc

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

Dim authConnection As New OleDbConnection("Provider =
VfpOleDB.1;Data Source = d:\cgl\vfpmaster\ttsdata\tts.dbc")
authConnection.Open()

i got an error "'VfpOleDB.1' ´£¨ÑªÌ¨Ã¥¼µn¿ý©ó¥»¾÷¹q¸£¤W¡C" String
it seems "the user didn't login the machine " ??
Do i need to install vfpoledb.dll ??
where can i get it ?
thanks
 
Agnes,

If you ask this in the Visual Foxpro newsgroup, than you have certainly more
change on an answer.

Cor
 
Hi Agnes,

You can get the latest FoxPro and Visual FoxPro OLE DB data provider from
msdn.microsoft.com/vfoxpro/downloads/updates.
 
Back
Top