I am trying to retrieve some numeric data from a table using COBOL (not
a 'C' programmer).

sqlite3_column_type says its type '2' so I am using
sqlite3_column_double to return the data. The problem is that the
language I am using does not seem to like REAL numbers as I'm getting a
zero value.

From what I have been able to workout it should be possible to return a
REAL number as a formatted text string, which would make things easier
for me, but am not sure of the details to do it.

I am not looking for somebody to do this, just some breadcrumbs to point
me in the correct direction.

regards, Robert

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

Reply via email to