Subject SQLBindCol, SQLDescribeCol
Author Datatal AB - Gauffin, Jonas
Hello

Im trying to retrieve the value from: SELECT GEN_ID(GEN_USER, 1) FROM
RDB$DATABASE

The SQLExecute returns OK and when I use SQLDescribeCol to fetch info
about the column it returns -5 as datatype.
What datatype should I use for SQLBindCol to retrieve the value?

Thanks,
Jonas