Home All Groups Group Topic Archive Search About

fail to open vfp odbc

Author
27 Aug 2006 3:22 PM
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

Author
27 Aug 2006 4:07 PM
Cor Ligthert [MVP]
Agnes,

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

Cor

Show quoteHide quote
"Agnes" <ag***@dynamictech.com.hk> schreef in bericht
news:OapfbyeyGHA.3428@TK2MSFTNGP02.phx.gbl...
>                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
>
>
Author
28 Aug 2006 2:56 AM
Cindy Winegarden
Hi Agnes,

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


--
Cindy Winegarden  MCSD, Microsoft Most Valuable Professional
ci***@cindywinegarden.com


Show quoteHide quote
"Agnes" <ag***@dynamictech.com.hk> wrote in message
news:OapfbyeyGHA.3428@TK2MSFTNGP02.phx.gbl...
>                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
>
>