Where can I find PgSqlDataTable ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
WilliamSpiderWeb
Posts: 2
Joined: Tue 20 Sep 2011 09:37

Where can I find PgSqlDataTable ?

Post by WilliamSpiderWeb » Tue 20 Sep 2011 11:40

Hello,
I have downloaded dotConnect PostgreSQL.

At the moment I'm trying to experiment on the samples are given in the help-file. In the sheet "Retrieving and Modifying Data" the class PgSqlTableData is used.

But I can't find the class.

I have added the following files to my project in Visual Basic 2008 Express:
Devart.Data.dll
Devart.Data.PostgreSql.dll
Devart.Data.PostgreSql.Vs.dll

I hope someone can help me.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 21 Sep 2011 09:38

The PgSqlDataTable class is available only in the Professional edition of dotConnect for PostgreSQL: http://www.devart.com/dotconnect/postgr ... tions.html. Could you please specify your edition and version (x.xx.xxx) of dotConnect for PostgreSQL? You can find it in the Tools > PostgreSQL > About menu of Visual Studio.

WilliamSpiderWeb
Posts: 2
Joined: Tue 20 Sep 2011 09:37

Post by WilliamSpiderWeb » Wed 21 Sep 2011 10:37

Ok, then it's my fault.
I've downloaded:
dotConnect for PostgreSQL 5.50 Express

Is the Express-Version only free for private use or is it allowed to use the Express-Version for commercial projects as well?

Thanks for your help.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 21 Sep 2011 11:14

You may use Express Edition in commercial applications in the way that is not contrary to the 2.2, 2.3, 2.5, 2.6 points of our EULA: http://www.devart.com/dotconnect/postgr ... g-faq.html.

Post Reply