A
Agnes
(1)Session("ConnectionAuth") = "Provider = VfpOleDB.1;Data Source =
d:\cgl\vfpmaster\ttsdata\tts.dbc"
(2)Dim authConnection As New
SqlConnection(Session("ConnectionAuth").ToString())
There is an error in statment(2) , it said invalid ' provider'
tts.dbc is my vfp database which located in my D drive. How can I connect my
vfp database ??
thanks in advance
d:\cgl\vfpmaster\ttsdata\tts.dbc"
(2)Dim authConnection As New
SqlConnection(Session("ConnectionAuth").ToString())
There is an error in statment(2) , it said invalid ' provider'
tts.dbc is my vfp database which located in my D drive. How can I connect my
vfp database ??
thanks in advance