diff --git a/setup.iss b/setup.iss index 8d70604..a02a634 100644 --- a/setup.iss +++ b/setup.iss @@ -1,6 +1,6 @@ #define MyAppName "Verdnatura" -#define MyAppVersion "2" +#define MyAppVersion "3" #define MyAppPublisher "Verdnatura" #define MyAppURL "http://www.verdnatura.es/" diff --git a/src/main.js b/src/main.js index feaf000..72c9253 100755 --- a/src/main.js +++ b/src/main.js @@ -10,9 +10,9 @@ var Conf = { ,defaultLocale: 'es' ,dbName: 'vn2008' ,maxCorruptSize: 600 - ,odbcDriver: 'MySQL ODBC 8.0 ANSI Driver' - ,driverPath: '\\MySQL\\Connector ODBC 8.0\\myodbc8a.dll' - ,version: 2 + ,odbcDriver: 'MySQL ODBC 8.0 Unicode Driver' + ,driverPath: '\\MySQL\\Connector ODBC 8.0\\myodbc8w.dll' + ,version: 3 }; var Locale = {