Graphics

 View Only
  • 1.  ADODB Datalinq test connection error

    Posted 12-10-2014 20:50
    I am having some difficulty establishing a connection to an excel document via datalinq. I get the following error: Failure:could not find installable ISAM.

    I tried several ways of creating the .xls file. The first was with open office, and then I used microsoft 365 to create and download the file. In both instances I made sure that sharing was enabled for the file before saving.




  • 2.  RE: ADODB Datalinq test connection error

    Posted 12-10-2014 21:03
    You are missing the ; semicolon at the end of the filename in the Data Source line.

    #XPression


  • 3.  RE: ADODB Datalinq test connection error

    Posted 12-10-2014 21:41
    Thanks Brian! That got me in

    #XPression