Re: [sqlite] sqlite3 bind and insert double values

2009-11-30 Thread Michael Lippautz
QL data stored as GPS floats. > > Nick. > > -Original Message- > From: sqlite-users-boun...@sqlite.org > [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Simon Slavin > Sent: 30 November 2009 14:59 > To: General Discussion of SQLite Database > Sub

Re: [sqlite] sqlite3 bind and insert double values

2009-11-30 Thread Michael Lippautz
erning the purpose of sqlite3_bind_double here. --Michael 2009/11/30 Igor Tandetnik : > Michael Lippautz wrote: >> I am using sqlite_bind_double on a prepared statement (C API). The >> insert completes, however, the value stored in the sqlite table is >> different from th

[sqlite] sqlite3 bind and insert double values

2009-11-30 Thread Michael Lippautz
Hej, I am using sqlite_bind_double on a prepared statement (C API). The insert completes, however, the value stored in the sqlite table is different from the output of a casual printf("%f",..) Am I wrong when assuming that they should be the same. (double values are gathered by a gps and are in r