Re: [sqlite] How to convert any dataType to sqlite3_value ?

2008-09-20 Thread suku249
). These functions will be directly called from client apps. For this, we are trying to port code from fts3.c. Data content is passed as type sqlite3_value in many functions in fts3.c. To port existing functionalities in fts3.c, we need to use sqlite3_value. Igor Tandetnik wrote: > > s

[sqlite] How to convert any dataType to sqlite3_value ?

2008-09-19 Thread suku249
hi, I need to convert dataTypes like int or string into sqlite3_value. Any Idea how to do this? Thanks in advance. -- View this message in context: http://www.nabble.com/How-to-convert-any-dataType-to-sqlite3_value---tp19574177p19574177.html Sent from the SQLite mailing list archive at