Visual Studio 2005 Mobile Edition Data Adapter Designer

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
sw
Posts: 3
Joined: Thu 14 Dec 2006 04:21

Visual Studio 2005 Mobile Edition Data Adapter Designer

Post by sw » Thu 14 Dec 2006 04:34

Hi,

I am using CoreLab PostgreSQLDirect.NET2 Mobile version 2.50.20.1
and Visual Studio 2005 on Windows 2000

The PostgreSQLDirect Mobile Components are shown in the toolbox.

The problem is when I place a Data Adapter on a form I am unable to configure the component.

When I click on the component the properties window shows the following properties:

AcceptChangesDuringFill
AcceptChangesDuringUpdate
ContinueUpdateOnError
FillLoadOption
GenerateMember
MissingMappingAction
MissingSchemaAction
Modifiers
ReturnProviderSpecificTypes
TableMappings
UpdateBatchSize

As you can see the list is missing SelectCommand, UpdateCommand and InsertCommand.

Also I am not getting the smart tag when I click on the component.

I have tried reinstalling the component several times without success.

Thanks,
Simon

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 14 Dec 2006 07:17

Try to use the latest version of PostgreSQLDirect .NET.

sw
Posts: 3
Joined: Thu 14 Dec 2006 04:21

Post by sw » Thu 14 Dec 2006 23:36

I have now installed the following
PostgreSqlDirect mobile 2.55.23.1
PostgreSQLDirect 2.55.23.0

I have a pocket pc and windows form application in the same solution.

The table adapters in the desktop app work fine however the mobile edition data adapters are still not working properly.

sw
Posts: 3
Joined: Thu 14 Dec 2006 04:21

Post by sw » Thu 14 Dec 2006 23:58

I have solved my problem

I created a new solution with one mobile device application.
I then placed on data adapter onto the form.
I was able to configure the data adapter in the new project.

I then closed this project and reopened the original solution and the problem was fixed.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 15 Dec 2006 07:32

Well done.

Post Reply