We have a PHP script on our server that generates a batch file that is set to run at a specific time of day in Task Scheduler. The batch file calls a vbs file that contacts several computers through ODBC to retrieve data and insert it in our MySQL db. This has been working fine for weeks, but today I get this error message:
Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
I don't know what this error means or how to fix it. Please help, thanks!!
Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
I don't know what this error means or how to fix it. Please help, thanks!!