Excel 2007 64 bit Sage 100 2013

Is it possible to import data directly into Excel 2007 via ODBC?  I realize there have been discussion on this in the past, but I don't know if there is a clear resolution. 

Even now, with the 64 bit ODBC driver installed, upon connecting, I get the MAS login screen.  After providing login credentials, I get the 'unable to retrieve list of tables from datasource' error. 

I do NOT want to use Microsoft query for this - ultimately, I would like to pull data in from MAS via ADODB connection in vba code behind.

Is there another method I might try to make this work properly.

Parents
  • 0

    The ODBC driver for any Sage 100 version is READ ONLY. You cannot pull data into MAS via ADODB.  Now you may hunt around and find the ProvideX Read-Write ODBC driver but DO NOT use it as it will result in 100% data corruption 100% of the time.  The ONLY way to bring data into MAS is with VI or BOI.  Note that if you can write VBA code then you should be able to write code and use BOI to do what you want.

  • 0 in reply to BigLouie

    Thanks for the response BigLouie, but please note that I was asking how to pull data from MAS INTO Excel.  (WITHOUT using Microsoft query).

Reply Children