_________________________________________________________
PostgreSQLDirect .NET Data Provider - From CoreLab (CoreLab.PostgreSql)
____________________________________________________________________PostgreSQLDirect .NET is data provider to direct access to PostgreSQL database for the Microsoft .NET Framework and .NET Compact Framework. It completely based on ActiveX Data Objects for the .NET Framework (ADO.NET) technology. ADO.NET provides a rich set of components for creating distributed, data-sharing applications. It is an integral part of the .NET Framework, providing access to relational data, XML, and application data.
PostgreSQLDirect .NET data provider can be used in the same way as the SQL Server .NET or the OLE DB .NET Data Provider.
Using C#
using CoreLab.PostgreSql;
...
PgSqlConnection oPgSqlConn = new PgSqlConnection();
oPgSqlConn.ConnectionString =
"User ID=myUsername;" + "Password=myPassword;" + "Host=localhost;" + "Port=5432;" + "Database=myDatabaseName;" + "Pooling=true;" + "Min Pool Size=0;" + "Max Pool Size=100;" + "Connection Lifetime=0"; oPgSqlConn.Open();
For more information, see: PostgreSQLDirect .NET Data Provider. Download here. Support forms here.
____________________________________________________________________
Note:If You have need demo then contact with me.Post your request as a comment.
____________________________________________________________________
No comments:
Post a Comment