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 the output of a casual printf("%f",..)How do you determine this? Have you retrieved the value back from the database as a double, printed it the exact same way you did the original, and found the results different? I'll be surprised if the data you get back is not bit-for-bit identical to the data you put in. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

