Updating Data

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Charles
Posts: 1
Joined: Mon 28 Jan 2008 09:55

Updating Data

Post by Charles » Mon 28 Jan 2008 10:01

I feel like a complete idiot. I'm not getting "something". Problem is, I'm not even sure what the something is that I am failing to grasp.

The problem is that I cannot seem to make the update() method do anything. I have created a dataset using the wizard. Generated the update etc. commands no problem. Attached it to the form and created the entry boxes. Run the program, see the data....Yippee!

But I edit some data and call Update() and.....nothing happens.

Could you give me an idiot's step-by-step guide to this process so I can see and understand exactly what it is that I am not doing.

The docs are not helping me.

Thanks

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

Post by Alexey.mdr » Mon 28 Jan 2008 10:44

You can peep into specially provided examples.
Demo projects are installed here:
\Program Files\CoreLab\PostgreSQLDirect.NET2\Samples\

You can also find them in the Start menu:
Programs -> Core Lab PostgreSQLDirect for .NET2 -> Samples.

Post Reply