Hello Alex,

How about a text representation? CSV over the network using the HTTP
protocol or something like that.

C

Monday, June 9, 2008, 8:40:39 PM, you wrote:

AK> I am trying to implement remote procedure calls (RPC) for SQLite API to be
AK> used in my application.
AK> In particular sqlite3_column_double( ) returns a floating point double.
AK> How can I write this double value into a TCP socket?
AK> I have tried writing 8 bytes as integer values but the received valued at
AK> the other end of the socket is incorrect.
AK> I don't have a lot of experience with real numbers. Can someone help?

AK> Thanks,
AK> -Alex
AK> _______________________________________________
AK> sqlite-users mailing list
AK> sqlite-users@sqlite.org
AK> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



-- 
Best regards,
 Teg                            mailto:[EMAIL PROTECTED]

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to