From: | viswam mamilla <visumamilla(at)gmail(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | |
Date: | 2013-02-09 11:25:48 |
Message-ID: | CAFtRCcR=GcomQ-TQejE5VA3EC07iWySxs-cNL95HXVDpX6-bNQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi,
This is viswam.
Iam using PostgreSQL 9.1 in my local system.when iam using this database
with vb.net my application gets very slow while retriving data from
database.if i used the same with access or SQL database its is very fast.
Can i know what is the problem.Iam using ODBC Connection for postgresql.
here iam writing one sample table in postgresql.
CREATE TABLE "AppUsers"
(
"UserID" smallint,
"Name" character(100),
"EmailID" character(150),
"Password" character(20),
"UserRole" character(50)
)
WITH (
OIDS=FALSE
);
ALTER TABLE "AppUsers"
OWNER TO postgres;
From | Date | Subject | |
---|---|---|---|
Next Message | matti.aarnio | 2013-02-09 20:25:39 | BUG #7865: Unexpected error code on insert of duplicate to composite primary key |
Previous Message | Chris Meisinger | 2013-02-09 00:55:20 | Re: BUG #7857: postgresql91-libs fails to create ld.so.conf.d symlink |