Unix Technical Forum

BUG #1829: pgsql odbc & ADO.NET(modify)

This is a discussion on BUG #1829: pgsql odbc & ADO.NET(modify) within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 1829 Logged by: Lee Hyun soon Email address: foolbabo@gmail.com PostgreSQL ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Bugs

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 10:06 AM
Lee Hyun soon
 
Posts: n/a
Default BUG #1829: pgsql odbc & ADO.NET(modify)


The following bug has been logged online:

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

[sorry miss type long,,,sort;;;
modify long..
long is correct..]

I'm a Corean Coder.
During C# Coding, I Found it.

-----------------
http://www.windows.or.kr/zboard/bbs/...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 long string in "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.

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:27 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com