IDL> objrs=obj_new('idldbrecordset', db, table='Table_1') ; There is no error.
IDL> objrs=obj_new('idldbrecordset', db, table='imagetable2')
% Attempt to call undefined procedure/function: 'CACHED_FILE_SIZE__DEFINE'.
% Execution halted at: $MAIN$
Table_1 is a table.
imagetalbe2 is a FileTable.
How to use IDL to access SQL SERVER 2012 FILETABLE?
|