I am facing a problem for couple of days. I am using Windows Service for .Net 2.0. The service is using Pervasive v.10 to get the data from third party application database Sage Timberline Office Service Management.
I was initially perfectly able to connect to Pervsive database using OLEDB provider on X86 operating system. But when the code compiled and Pervasive SQL connection call is made, then error thrown on opening connection "PervasiveOLEDB provider is not registered on the local machine".
After quite an effort, i finally used Pervasive.Data.SqlClient.PsqlConnection and Pervasive.Data.SqlClient.dll version(3.0; which was supplied alongwith Pervasive v.10 installation) to able to open connection.
My question is this, whether Pervasive SQL v.10 supports OLEDB connections? If yes, then how?
Please any one if know the answer then reply me as soon as possible.
Thanx in advance.