vfpoledb.1 provider is not registered |
| Gray Nicholls replied to Partha Mandayam at 02-Jul-08 05:54 |
Thanks for that but I am not sure where to put the line. If I just put it before the code below I get an error wanting a > after the identity keyword.
Note This is a Forms app rather than a web app.
<identity impersonate="true" userName="DomainName\xxxxx" password="xxxxx">
OLEDBcon.ConnectionString = "Provider=vfpoledb.1;Data Source=" & Dir6d & ";Collating Sequence=general;"
OLEDBcmd.Connection = OLEDBcon
OLEDBcmd.CommandText = "select * from " + TableName
OLEDBcon.Open()
|
|