[ psqlodbc-Bugs-1000741 ] odbc: Don't insert into method that my query. - Mailing list pgsql-odbc

From
Subject [ psqlodbc-Bugs-1000741 ] odbc: Don't insert into method that my query.
Date
Msg-id 20061214032311.8E268216E63@pgfoundry.org
Whole thread Raw
List pgsql-odbc
Bugs item #1000741, was opened at 2006-09-27 08:24
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000741&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: odbc: Don't insert into method that my query.

Initial Comment:
test_input Table:
 CREATE TABLE test_input
 (
   test varchar(20)
 )

MY Query:
 insert into test_input values('♣♠');

Result Query Excute:
 test column is ''
 (nothing insert)

Ask:
 Why don't insert like this characters?
 Please answer me.

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

Comment By: Nobody (None)
Date: 2006-12-14 03:23

Message:
what do yo mean when you said

Result Query Excute:
 test column is ''
 (nothing insert)

?
do you mean you execute the "select ..." Query after you execute the query "insert ... " on the same client app?

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

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1000741&group_id=1000125

pgsql-odbc by date:

Previous
From: Richard Wesley
Date:
Subject: NaN values and ODBC/OLE
Next
From:
Date:
Subject: [ psqlodbc-Bugs-1000467 ] Can't use (b)lobs with Omnis Studio v4