pgsql-bugs

From: Lee Hyun soon <foolbabo(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org, pgsql-bugs-owner(at)postgresql(dot)org
Subject: pgsql-bugs
Date: 2005-08-17 05:29:45
Message-ID: 138585a3050816222916cde44f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general pgsql-sql

From: "Lee Hyun soon" <foolbabo(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Date: Wed, 17 Aug 2005 05:36:23 +0100 (BST)
Subject: BUG #1826: pgsql odbc & ADO.NET

The following bug has been logged online:

Bug reference: 1826
Logged by: Lee Hyun soon
Email address: foolbabo(at)gmail(dot)com
PostgreSQL version: 8.0.2
Operating system: Windows XP Professional SP1
Description: pgsql odbc & ADO.NET
Details:

I'm a Corean Coder.

During C# Coding, I Found it.

-----------------
http://www.windows.or.kr/zboard/bbs/view.php?id=app1data&page=1&sn1=&divpage
=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=6
-------------------

Download #1 : RichEditBoxTest.zip (18.6 KB)
Download #2 : input_data.txt (3.2 KB)

RichEditBoxTest.zip is Test Program(C#.net)
input_data.txt is input Data

i use latest odbc provider, and it's database scheme is
======================
CREATE TABLE nmsdata
(
orgin_code char(17) NOT NULL DEFAULT to_char(now(),
'yyyymmddHH24MISSMS'::text),
data text,
datetime timestamp DEFAULT now(),
bigo1 varchar(50),
"year" char(4),
data_gubun numeric DEFAULT 0
)
WITHOUT OIDS;
ALTER TABLE nmsdata OWNER TO postgres;
GRANT ALL ON TABLE nmsdata TO postgres;
GRANT ALL ON TABLE nmsdata TO public;
==============
and, odbc dsn is "remote"

the problem is short string is "insert" DML processing completely.
and long string is also.

but,
after shot string "select" DML, data's tail is broken.

u see my source(if u know C# Language and have .Net Comfiler), u catch this
problem.

-----------------------------
i cannot use english T^T well.
i hope that u catch my problem. and this problem will be solved.

- Corean(Korean) Lee.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lee Hyun soon 2005-08-17 05:47:54 BUG #1828: pgsql odbc & ADO.NET
Previous Message Bruce Momjian 2005-08-16 00:35:45 Re: Freebsd410 and postgresql803: src/port compile error

Browse pgsql-general by date

  From Date Subject
Next Message Junaili Lie 2005-08-17 05:43:11 Re: table clustering brings joy
Previous Message Joshua D. Drake 2005-08-17 02:44:14 Re: syntax error foreign key

Browse pgsql-sql by date

  From Date Subject
Next Message Kretschmer Andreas 2005-08-17 09:30:29 Re: [despammed] converting varchar to integer
Previous Message Josh Berkus 2005-08-17 00:05:49 Re: converting varchar to integer