X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 14 Jan 2015 05:26 PM by  anon
How to use IDL to access SQL SERVER 2012 FILETABLE?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
14 Jan 2015 05:26 PM
    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?

    Deleted User



    New Member


    Posts:
    New Member


    --
    29 Jan 2015 04:54 PM
    What version of IDL are you using? Perhaps there is some thing wrong with the IDL_PATH or IDL_DLM_PATH settings. Perhaps you can enter the following commands and send us the output: print, !path print, !dlm_path
    You are not authorized to post a reply.