Unix Technical Forum

[ psqlodbc-Bugs-1000540 ] GenerateBDDirectMethod fails in VS studio 2005 with ODBC

This is a discussion on [ psqlodbc-Bugs-1000540 ] GenerateBDDirectMethod fails in VS studio 2005 with ODBC within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Bugs item #1000540, was opened at 2006-01-31 15:50 You can respond by visiting: http://pgfoundry.org/tracker/?func=d...oup_id=1000125 Category: None Group: None Status: ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces odbc

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-16-2008, 02:49 AM
noreply@pgfoundry.org
 
Posts: n/a
Default [ psqlodbc-Bugs-1000540 ] GenerateBDDirectMethod fails in VS studio 2005 with ODBC

Bugs item #1000540, was opened at 2006-01-31 15:50
You can respond by visiting:
http://pgfoundry.org/tracker/?func=d...oup_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
>Assigned to: Ludek Finstrle (luf)

Summary: GenerateBDDirectMethod fails in VS studio 2005 with ODBC

Initial Comment:
1) i create new table in my databaze
2) I have installed 8.102 odbc driver and update it with latest dll libreries 8.108.
3)In visual studio a vreated simply database viewer with datagrid wirh ODBC driver.
4) it generate commands for update, select, insert and delete with GenerateBDDirectMethod = true
5) i added new column to my table and create new select with this new column
6) after this i lost update, insert and delete commands and GenerateBDDirectMethod is now to false and i cant set i to true. But horhers unchanged tables is OK.

Here is SQL select command:
SELECT "id_list", "zakazka", "nazev", "dat_prijeti", "dat_predani", "predano", "typy", "poznamky", "barva", "kontakt", "faktura"
FROM "public"."list"

connection string:
Dsn=test;database=test;server=192.168.0.227;port=5 432;sslmode=prefer;uid=stoupa;readonly=0;protocol= 6.4;fakeoidindex=0;showoidcolumn=0;rowversioning=0 ;showsystemtables=0;fetch=100;socket=8192;unknowns izes=0;maxvarcharsize=254;maxlongvarcharsize=8190; debug=0;commlog=0;optimizer=1;ksqo=1;usedeclarefet ch=0;textaslongvarchar=1;unknownsaslongvarchar=0;b oolsaschar=1;parse=0;cancelasfreestmt=0;extrasysta bleprefixes=dd_;lfconversion=1;updatablecursors=0; disallowpremature=0;trueisminus1=0;bi=0;byteaaslon gvarbinary=0;useserversideprepare=0;lowercaseident ifier=0


And here is table scheme:
CREATE TABLE list
(
id_list int4 NOT NULL DEFAULT nextval('list_id_list_seq'::regclass),
zakazka varchar(15),
nazev varchar(45),
dat_prijeti date,
dat_predani date,
typy text,
poznamky text,
barva varchar(15),
kontakt varchar(45),
predano varchar(10),
faktura varchar(20),
CONSTRAINT id_list PRIMARY KEY (id_list)
)
WITHOUT OIDS;
ALTER TABLE list OWNER TO postgres;

Thats all Jirka

----------------------------------------------------------------------

>Comment By: Ludek Finstrle (luf)

Date: 2006-01-31 21:50

Message:
It would be the best if you send me the compiled minimalistic reproduceable application.

I need at least mylog output. I have to see what's going wrong. Maybe you may enable Parse Statement option (broken in 08.01.0102).

Feel free to contact me direactly via mail in czech ;-)

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=d...oup_id=1000125

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

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 05:00 PM.


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