Talk:OpenDBX/C API/odbx column type

From Linuxnetworks
Jump to: navigation, search
char* odbx_column_type(
    odbx_result_t* result,
    unsigned long pos )

should be I think

int odbx_column_type(
    odbx_result_t* result,
    unsigned long pos )

Graham

int or char*

You are right, it's an integer.

--Nose 17:39, 17 July 2010 (UTC)