What is the PostgreSQLDirect.NET meaning ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Weimingho
Posts: 4
Joined: Mon 13 Mar 2006 03:46

What is the PostgreSQLDirect.NET meaning ?

Post by Weimingho » Tue 14 Mar 2006 01:02

What is the PostgreSQLDirect.NET meaning ?

Does it have any differences with Npgsql (.NET Data Provider for PostgreSQL)?

can you explain this difference to me ?

thank you very much

SecureGen
Devart Team
Posts: 133
Joined: Thu 08 Sep 2005 06:27

Post by SecureGen » Tue 14 Mar 2006 10:13

PostgreSQLDirect .NET is an ADO.NET data provider for PostgreSQL servers.
It has advanced capabilities in accessing PostgreSQL database. The following list contains key features of PostgreSQLDirect .NET. You can compare it to Npgsql's features.

- Direct access to PostgreSQL server
- Doesn't require PostgreSQL client library and uses PostgreSQL protocol directly
- 100% managed code
- High performance
- Easy to deploy
- Supports the latest versions of PostgreSQL server
- All PostgreSQL data types support
- Compact Framework support
- Mono Framework support
- Stored functions support
- Returning result sets from stored functions
- Advanced connection pooling feature
- Fill DataSet with multiple query
- PgSqlScript component to execute scripts
- PgSqlLoader component for fast loading data
- PgSqlDump component to backup and restore data
- PgSqlDataTable component to retrieve and manipulate data
- Named parameters support
- Ability of monitoring query execution
- Base-Class-Based provider model
- Ability to store data in PgSqlDataReader object
- Ability to retrieve metadata information
- Paginal access to query result
- Asynchronous execution support
- Composite types support
- Advanced design-time editors
- Generate DataSet Wizard
- TableMapping editor
- Data preview
- Easy migration from ODBC and OLE DB .NET Data Providers with Migration Wizard
- Help integrated into Visual Studio .NET
- Free support for registered users
- Licensed per a developer without royalty fee

Please refer to pages on our site dedicated to PostgreSQLDirect .NET to obtain detailed information:
http://www.crlab.com/pgsqlnet/
You can download the trial version of PostgreSQLDirect .NET and try it.

Weimingho
Posts: 4
Joined: Mon 13 Mar 2006 03:46

Post by Weimingho » Wed 15 Mar 2006 02:06

Thanks!

I have another problem as follows:

Does PostgreSQLDirect .NET is a free software ?

can I get it's source codes ?

if so ,can you give me a copy ?(email:[email protected])
if not,can you tell me how to implement the DataAdapter.Fill(DataSet ds) method or what is the Mechanism of DataAdapter.Fill method?

Thank you very much!

SecureGen
Devart Team
Posts: 133
Joined: Thu 08 Sep 2005 06:27

Post by SecureGen » Wed 15 Mar 2006 14:00

PostgreSQLDirect .NET is not a free product. You can download the trial version for free. We do not disclose source code. PgSqlDataAdapter.Fill(DataSet ds) is implemented in base class System.Data.Common.DbDataAdapter. For information on how it works refer to MSDN.

Weimingho
Posts: 4
Joined: Mon 13 Mar 2006 03:46

Post by Weimingho » Fri 17 Mar 2006 03:42

I know.thanks

Post Reply