ODBC changed to unicode
This commit is contained in:
parent
2aceea6bcb
commit
73a442bc1f
|
@ -1,6 +1,6 @@
|
|||
|
||||
#define MyAppName "Verdnatura"
|
||||
#define MyAppVersion "2"
|
||||
#define MyAppVersion "3"
|
||||
#define MyAppPublisher "Verdnatura"
|
||||
#define MyAppURL "http://www.verdnatura.es/"
|
||||
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue