I can't edit a dataset with dataset editor

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
manuel.romero
Posts: 13
Joined: Wed 07 May 2008 09:08

I can't edit a dataset with dataset editor

Post by manuel.romero » Wed 07 May 2008 10:18

Hi everybody!

I'm new here and I have my first problem, when I try to edit a existing dataset with the dataset editor, (Configure data table) I can't modify it, all the configuration is there but in read-only mode, so to make changes in my dataset I have to create it again and overwrite the old one.

Can somebody help me?


Thanks a lots.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 07 May 2008 12:14

PostgreSQLDirect .NET DataSet Wizard generates a typed DataSet.
The DataSet Editor is designed to edit untyped DataSets.
To modify the existing typed DataSet you should use PostgreSQLDirect .NET DataSet Wizard again,
but on the second step choose the Existing typed DataSet.

manuel.romero
Posts: 13
Joined: Wed 07 May 2008 09:08

Post by manuel.romero » Wed 07 May 2008 15:56

Ok!

That is the way I made it. But lots of times the wizard loses the information of the commands and changes I made before.

Any way to keep the information?

Thanks a lots

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 08 May 2008 12:29

Could you please send me (alexeyman*crlab*com) some
screenshots or a test sample to reproduce the issue?
What are the steps to reproduce the problem?

manuel.romero
Posts: 13
Joined: Wed 07 May 2008 09:08

Post by manuel.romero » Fri 09 May 2008 08:56

Let's see now I remember for example when the wizard gives me a "SELECT * FROM table", I changed it to "SELECT * FROM table ORDER BY upper(field)" and it works great but if I have to modify the dataset to add a table or to make a change in a command a lost that change "ORDER BY".

This is an example but I don't remember very well but I know I had more changes lost in other situations, but I don't remember how to reproduce again them.

Thanks a lots

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Mon 12 May 2008 13:41

Thank you for a bug report.
We reproduced the problem and now we are fixing it.
We are working on deploying a solution, but please be warned that this will
take some time and plan your development strategy accordingly.

manuel.romero
Posts: 13
Joined: Wed 07 May 2008 09:08

Post by manuel.romero » Wed 24 Sep 2008 09:05

Hello everybody!

I'm starting again with my projects after the summer.

I downloaded the last version of the PostgreSQLDirect .NET and I continue having the same problems that I had when I opened this post.

Is this problem going to be solve? Because when I want to edit something I have to remake all the changes again. Is there another way to edit this dataset without losing the changes?


Regards

Manuel Romero

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

Post by Shalex » Fri 26 Sep 2008 15:25

The fix of the problem is complicated by some other sophisticated problems. We are investigating this situation, but no timeframe can be provided. Sorry for delay.

Post Reply