We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2013-05-31 06:53 AM - last edited on 2023-08-02 02:06 PM by Doreena Deng
QEODBCP: Loading QEODBC driver: C:\Program Files\Graphisoft\ArchiCAD 16 Project ODBC Driver\QEODBC.dll ... The following system error occured while executing CDatabaseProvider::CDatabaseProvider : The specified procedure could not be found. --- Exception occured ---------------------------------------------------------- qe::odbc::CDatabaseProviderException --- Details -------------------------------------------------------------------- Location : F:\VMWD\WrightPatch.FULL.WIN64\Sources\Listing\QEODBC\QEODBCDLL\qe\odbc\DatabaseProvider.cpp ( 193 ) Error description : Failed to get the database provider DLL.Here is how I call it:
retcode = SQLDriverConnect(hDbc, NULL, ConnStr, SQL_NTS, RetConnStr, SQL_NTS, NULL, SQL_DRIVER_NOPROMPT);Here is the return of
SQLSTATE: HY000 MESSAGE: [Graphisoft][QEODBC]Failed to load database provider 'ArchiCAD 16 Project ODBC Driver'.Help anyone?