ODBC changed to unicode

This commit is contained in:
Juan Ferrer 2020-12-10 13:05:06 +01:00
parent 2aceea6bcb
commit 73a442bc1f
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#define MyAppName "Verdnatura"
#define MyAppVersion "2"
#define MyAppVersion "3"
#define MyAppPublisher "Verdnatura"
#define MyAppURL "http://www.verdnatura.es/"

View File

@ -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 = {