String de Conexão Postgre SQL

MySQL Connector/Net
Type: .NET Framework Wrapper Class Library
Usage:
System.Data.OleDb.OleDbConnection


Bridging to PostgreSQL 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=PostgreSQL OLE DB Provider;Data Source=myServerAddress;location=myDataBase;User ID=myUsername;password=myPassword;timeout=1000;

Comentários

Postagens mais visitadas