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()

 


Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  vfpoledb.1 provider is not registered - Gray Nicholls  02-Jul-08 04:07 4:07:39 PM
      vfpoledb.1 provider is not registered - Partha Mandayam  02-Jul-08 05:04 5:04:35 PM
          vfpoledb.1 provider is not registered - Gray Nicholls  02-Jul-08 05:54 5:54:50 PM
      Solution to vfpoledb.1 provider is not registered - Umapathy Kaliaperumal  02-Jul-08 09:08 9:08:28 PM
          vfpoledb.1 provider is not registered - Gray Nicholls  02-Jul-08 10:51 10:51:49 PM
              nice keep going - Umapathy Kaliaperumal  03-Jul-08 11:25 11:25:33 AM
      vfpoledb.1 provider is not registered - santhosh kumar  03-Jul-08 01:19 1:19:11 AM
          vfpoledb.1 provider is not registered - Gray Nicholls  03-Jul-08 04:59 4:59:24 PM
      Reply - alice johnson  03-Jul-08 01:47 1:47:22 AM
          vfpoledb.1 provider is not registered - Gray Nicholls  03-Jul-08 05:04 5:04:04 PM
View Posts