Dear All,
I wrote a program which uses ADODB.Connection to connect to Timberline Data Source. It worked fine on my development machine. However, when I wrapped up a setup kit to the user. The user got an error as follow:
Description: [Timberline][ODBC Driver][DLL]ODBC Driver not activated for
this application [TS 3271]
Number:-2147467259
Source:Microsoft OLE DB Provider for ODBC Drivers
My code caused the error is:
conn.Open "DSN=Timeberline Data Source"
I am wondering if anybody had experienced the same or similar error message before. Any suggestions would be highly appreciated.
Best regards,
Juran
I wrote a program which uses ADODB.Connection to connect to Timberline Data Source. It worked fine on my development machine. However, when I wrapped up a setup kit to the user. The user got an error as follow:
Description: [Timberline][ODBC Driver][DLL]ODBC Driver not activated for
this application [TS 3271]
Number:-2147467259
Source:Microsoft OLE DB Provider for ODBC Drivers
My code caused the error is:
conn.Open "DSN=Timeberline Data Source"
I am wondering if anybody had experienced the same or similar error message before. Any suggestions would be highly appreciated.
Best regards,
Juran