在OORACLE中,有时候想像CRecordset一样,可以直接把读出来的数据用作char*,这是可以在otl_stream::open前调用调用下面这个函数
otl_stream::set_column_type(int colNum, int type, int size );
参数说明:colNum:要转换的字段(从一开始),type:要转换成的类型,size:字符串的大小
otl_stream::set_column_type(int colNum, int type, int size );