With PSQL v10 and v11, the provider is installed when the engine or client is installed by default. If you need to integrate into Visual Studio, you will need the SDK, which is located under the heading "ADO.NET 3.2" at http://www.pervasivedb.com/psqlv10/pages/default.aspx . I also highly recommend updating PSQL v10 SP3 (10.31 Update 12). Bugs were fixed for both the PSQL engine and the ADO.NET provider.
After you have verified that it is installed, you can add a link to the DLL (in C: \ Program Files \ Pervasive Software \ PSQL \ bin \ ADONET32 \ Pervasive.Data.SqlClient.dll) in your C # application and use the objects .
source
share