TableAdapter Commands on PostgreSQL Direct.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
quietfulness
Posts: 18
Joined: Sat 12 Aug 2006 06:37
Contact:

Post by quietfulness » Mon 23 Oct 2006 02:36

good day.

i had already sent you the video last saturday through my email. would you please check it.

Thanx.

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

Post by Alexey » Mon 23 Oct 2006 09:32

To what address?

quietfulness
Posts: 18
Joined: Sat 12 Aug 2006 06:37
Contact:

Post by quietfulness » Mon 23 Oct 2006 10:51

hello.

i sent the email to support at crlab dot com.

Thanx.

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

Post by Alexey » Mon 23 Oct 2006 11:02

Please send it to me directly (AlexeyI at crlab dot com).

quietfulness
Posts: 18
Joined: Sat 12 Aug 2006 06:37
Contact:

Post by quietfulness » Tue 24 Oct 2006 07:43

good day.

i have already sent the mail to you.

tnx.

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

Post by Alexey » Tue 24 Oct 2006 08:06

OK. Look forward to the reply.

quietfulness
Posts: 18
Joined: Sat 12 Aug 2006 06:37
Contact:

Post by quietfulness » Fri 27 Oct 2006 02:59

hello.

may i know if the bugs has been fixed..?

waiting for your response. thank you very much

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

Post by Alexey » Fri 27 Oct 2006 06:30

You've been replied by e-mail.
I am still waiting for your tables' definitions.

quietfulness
Posts: 18
Joined: Sat 12 Aug 2006 06:37
Contact:

Post by quietfulness » Sat 28 Oct 2006 03:17

good day

i havent received any email yet. my email add is : [email protected]


in my video it is clear that the table have primary keys. but as i drag them to the dataset, update and delete commands are not generated, and errors too on tableadapter parameters.

anyway, ill try to upload the table code and structure soon. i am using enterprise db 8.1

hope this problem will be solved.. thank you.

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

Post by Alexey » Mon 30 Oct 2006 07:22

Looking forward to receiving your tables structures.

quietfulness
Posts: 18
Joined: Sat 12 Aug 2006 06:37
Contact:

Post by quietfulness » Mon 06 Nov 2006 09:15

Good day.,


here are the code for the table chartofaccounts

CREATE TABLE "public"."chartofaccounts" (
"accountid" VARCHAR(15) NOT NULL,
"accounttype" VARCHAR(6) NOT NULL,
"genaccountid" VARCHAR(15) NOT NULL,
"shortaccountname" VARCHAR(25) NOT NULL,
"accountname" VARCHAR,
"fullname" TEXT,
"isroot" BOOLEAN DEFAULT false,
CONSTRAINT "chartofaccounts_pkey" PRIMARY KEY("accountid")
) WITHOUT OIDS;

I just wonder today, when i tried to test again the tableadapter for update and delete commands, it come to me as a surprise that it is generated. !!
I wonder what went wrong with it. Im using my office pc for now, ill try this one at home. hope it works.

However, the errors remaining is the parameters, similar to thomas holschen's post, i cant create a parameter at the query builder of the tableadapter, then suddenly it generates an error , forcing to close and restart Visual Studio 2005.

Hope you can solve this issue on parameters the soonest time possible. Thank you very much

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

Post by Alexey » Tue 07 Nov 2006 13:05

when i tried to test again the tableadapter for update and delete commands, it come to me as a surprise that it is generated.
So, seemingly, this problem is absent.
However, the errors remaining is the parameters, similar to thomas holschen's post
We have fixed this problem for you two. VS won't crash anymore.
Look forward to the next build.

quietfulness
Posts: 18
Joined: Sat 12 Aug 2006 06:37
Contact:

Post by quietfulness » Wed 08 Nov 2006 00:41

Good day.

Thank you very much for the help. Hope that this new build
can accomodate multiple queries in tableadapters with parameters.

What version will the the new build release be, ?
On your posted announcement, it is currently v 2.50.21, but
i think it does not have the fixes for the db parameters. So i
guess it will be another version..?

Also, i have visited the downloads section, I haven't downloaded
it yet. coz i think it is still the older version.

May i ask when can you post the new build..?

Thank you very much.

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

Post by Alexey » Wed 08 Nov 2006 09:05

The new version will be 2.50.22. Hopefully, it is coming out this week.

quietfulness
Posts: 18
Joined: Sat 12 Aug 2006 06:37
Contact:

Post by quietfulness » Tue 14 Nov 2006 08:17

Hello.

Still Waiting for the new build. :D

Post Reply