Hi!
I'm using CodeCreator to read/write on my MSAccess database using ODBC connection successfully.
But when I upload my CodeCreator program to ZennoPoster, the following error occurs.
Connection String USING "Driver={Microsoft Access Driver...} inside CodeCreator which run perfectly.
When loaded at ZennoPoster this Error Occurs: Exception during project execution ERROR [IM002]{Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
Then I've created a User and System DSN on my machine and change the connection code and run also successfully in CodeCreator.
Connection String USING "FIL=MS Access;DSN=Zenno..." inside CodeCreator which run perfectly.
When loaded at ZennoPoster this Error Occurs: Exception during project execution ERROR [IM014]{Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application.
Is this a ZennoPoster Bug?
What steps do I need to implement for this CodeCreator script to run at ZennoPoster.
Thanks
I'm using CodeCreator to read/write on my MSAccess database using ODBC connection successfully.
But when I upload my CodeCreator program to ZennoPoster, the following error occurs.
Connection String USING "Driver={Microsoft Access Driver...} inside CodeCreator which run perfectly.
When loaded at ZennoPoster this Error Occurs: Exception during project execution ERROR [IM002]{Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
Then I've created a User and System DSN on my machine and change the connection code and run also successfully in CodeCreator.
Connection String USING "FIL=MS Access;DSN=Zenno..." inside CodeCreator which run perfectly.
When loaded at ZennoPoster this Error Occurs: Exception during project execution ERROR [IM014]{Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application.
Is this a ZennoPoster Bug?
What steps do I need to implement for this CodeCreator script to run at ZennoPoster.
Thanks