Connection strings for Pervasive
Providers to use when connecting to Pervasive
» Pervasive PSQL ADO.NET Data Provider (PsqlConnection)
» Pervasive OLE DB Provider
» .NET Framework Data Provider for OLE DB (OleDbConnection)
» Pervasive ODBC Client Interface
» .NET Framework Data Provider for ODBC (OdbcConnection)
» Pervasive OLE DB Provider
» .NET Framework Data Provider for OLE DB (OleDbConnection)
» Pervasive ODBC Client Interface
» .NET Framework Data Provider for ODBC (OdbcConnection)
Finding this site useful?
-Say "Thanks" to Júlio César Nunes Aragão and the other contributing developers!
-Thank you! »
-Say "Thanks" to Júlio César Nunes Aragão and the other contributing developers!
-Thank you! »
Pervasive PSQL ADO.NET Data Provider
Type: .NET Framework Class Library
Usage: Pervasive.Data.SqlClient.PsqlConnection
Usage: Pervasive.Data.SqlClient.PsqlConnection
Manufacturer: Pervasive
More info about this class library »
More info about this class library »
Standard
Server Name=myServerAddress;Database Name=myDataBase;User ID=myUsername;Password=myPassword;
Disabling connection pooling
Server Name=myServerAddress;Database Name=myDataBase;User ID=myUsername;Password=myPassword;Pooling=False;
Pervasive OLE DB Provider
Type: OLE DB Provider
Usage: Provider=PervasiveOLEDB
Usage: Provider=PervasiveOLEDB
Manufacturer: Pervasive
Using database name
Provider=PervasiveOLEDB;Data Source=myServerAddress;
Using path to data files
Provider=PervasiveOLEDB;Data Source=C:\datafilesDirectory;
Remote connection
Provider=PervasiveOLEDB;Data Source=myDataBase;Location=myServerAddress;
.NET Framework Data Provider for OLE DB
Type: .NET Framework Wrapper Class Library
Usage: System.Data.OleDb.OleDbConnection
Usage: System.Data.OleDb.OleDbConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
Bridging to Pervasive OLE DB Provider
This is just one connection string sample for the wrapping OleDbConnection class that calls the underlying OLEDB provider. See respective OLE DB provider for more connection strings to use with this class.
Provider=PervasiveOLEDB;Data Source=myServerAddress;
Pervasive ODBC Client Interface
Type: ODBC Driver
Usage: Driver={Pervasive ODBC Client Interface}
Usage: Driver={Pervasive ODBC Client Interface}
Manufacturer: Pervasive
Standard
Driver={Pervasive ODBC Client Interface};ServerName=myServerAddress;dbq=@dbname;
.NET Framework Data Provider for ODBC
Type: .NET Framework Wrapper Class Library
Usage: System.Data.Odbc.OdbcConnection
Usage: System.Data.Odbc.OdbcConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
Bridging to Pervasive ODBC Client Interface
This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.
Driver={Pervasive ODBC Client Interface};ServerName=myServerAddress;dbq=@dbname;
