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

2008-09-20 Thread Igor Tandetnik
"suku249" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Igor Tandetnik wrote: >> >> suku249 <[EMAIL PROTECTED]> >> wrote: >>> I need to convert dataTypes like int or string into sqlite3_value. >> >> Why? What are you trying to achieve? > > We are trying to implement fts3

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

2008-09-20 Thread suku249
We are trying to implement fts3 functionality without using the virtual table implementation, So we are trying to implement three functionalities, createTable(creates content,segement and seg dir table), InsertData (insert data into the 3 tables) and selectTerms ( which selects data from 3

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

2008-09-19 Thread Igor Tandetnik
suku249 <[EMAIL PROTECTED]> wrote: > I need to convert dataTypes like int or string into sqlite3_value. Why? What are you trying to achieve? Igor Tandetnik ___ sqlite-users mailing list sqlite-users@sqlite.org

[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