X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03 Sep 2014 09:08 PM by  anon
odbc question
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
03 Sep 2014 09:08 PM
    I wrote codes as follow: { mydata=obj_new('IDLdbDataBase') mydata->Connect,datasource='MS Access Database;DBQ='+FILEPATH myRecord=OBJ_NEW('IDLdbRecordset',mydata,TABLE='table1') myRecord->AddRecord,1,'aaa' } and the data types are 'number','short text' in my database however, the program prompt: IDLDBRECORDSET::ADDRECORD:ODBC [Microsoft][ODBC Microsoft Access Driver]String data,right truncated how can I do???

    Deleted User



    New Member


    Posts:
    New Member


    --
    12 Sep 2014 03:43 PM
    I don't think that MS Access Databases are supported by DataMiner. The module is provided with a set of ODBC drivers from DataDirect. If you use your own drivers there might be issues transferring data between IDL and the database.
    You are not authorized to post a reply.