Re: [sqlite] How to retrieve the Specil characters from the Sql lite

2011-08-17 Thread Simon Slavin
On 17 Aug 2011, at 11:39pm, Kees Nuyt wrote: > On Wed, 17 Aug 2011 14:45:22 +0100, Simon Slavin > wrote: > >> Parsing a long string containing many SQL commands to >> find out where the commands are separated is non-trivial. [snip] > > It is built in. The first

Re: [sqlite] How to retrieve the Specil characters from the Sql lite

2011-08-17 Thread Kees Nuyt
On Wed, 17 Aug 2011 14:45:22 +0100, Simon Slavin wrote: > >On 17 Aug 2011, at 2:26pm, Igor Tandetnik wrote: > >> Simon Slavin wrote: >>> Question for experts: Hmm. There's no sqlite3_exec16() ? >>> Do I misunderstand how it would be useful ? >> >>

Re: [sqlite] How to retrieve the Specil characters from the Sql lite

2011-08-17 Thread Simon Slavin
On 17 Aug 2011, at 2:26pm, Igor Tandetnik wrote: > Simon Slavin wrote: >> Question for experts: Hmm. There's no sqlite3_exec16() ? Do I >> misunderstand how it would be useful ? > > sqlite3_exec is a thin wrapper around sqlite3_prepare, step and finalize, > maintained

Re: [sqlite] How to retrieve the Specil characters from the Sql lite

2011-08-17 Thread Igor Tandetnik
Simon Slavin wrote: > Question for experts: Hmm. There's no sqlite3_exec16() ? Do I misunderstand > how it would be useful ? sqlite3_exec is a thin wrapper around sqlite3_prepare, step and finalize, maintained for backward compatibility. Just use those, or their _16

Re: [sqlite] How to retrieve the Specil characters from the Sql lite

2011-08-17 Thread Simon Slavin
On 17 Aug 2011, at 6:44am, swathi wrote: >I want to retrieve some german characters form the Sqlite . How > can i use it . Please Help me Use the 16-bit routines from SQLite to store and retrieve characters. In other words, if you're binding text, see this page

[sqlite] How to retrieve the Specil characters from the Sql lite

2011-08-17 Thread swathi
Hello , I want to retrieve some german characters form the Sqlite . How can i use it . Please Help me -- *Thanks* *swathi.Empress* *4 the people* ___ sqlite-users mailing list sqlite-users@sqlite.org