Subject | Problem with inserting data |
---|---|
Author | Piotr |
Post date | 2003-06-13T09:52:03Z |
Hello
I would like to ask, how can I insert UNICODE data from program written
in C++.
When I was trying to write byte by byte, the query (two bytes per
character) - the result was 0-terminated string. Unfortunetly isc_dsql_prepare
gets typical c, 0-terminated string, so it did not process entir
query.
My question is, how can I pass unicode string into firebird system
fuctions ?
I'd be gratefull for everyone who could help.
greetings
Piotr
I would like to ask, how can I insert UNICODE data from program written
in C++.
When I was trying to write byte by byte, the query (two bytes per
character) - the result was 0-terminated string. Unfortunetly isc_dsql_prepare
gets typical c, 0-terminated string, so it did not process entir
query.
My question is, how can I pass unicode string into firebird system
fuctions ?
I'd be gratefull for everyone who could help.
greetings
Piotr