This is a discussion on [ psqlodbc-Bugs-1000741 ] odbc: Don't insert into method that my query. within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Bugs item #1000741, was opened at 2006-09-27 08:24 You can respond by visiting: http://pgfoundry.org/tracker/?func=d...oup_id=1000125 Category: None Group: None Status: ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Bugs item #1000741, was opened at 2006-09-27 08:24 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: 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. ---------------------------------------------------------------------- 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 |