ODBC changed to unicode
This commit is contained in:
parent
2aceea6bcb
commit
73a442bc1f
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
#define MyAppName "Verdnatura"
|
#define MyAppName "Verdnatura"
|
||||||
#define MyAppVersion "2"
|
#define MyAppVersion "3"
|
||||||
#define MyAppPublisher "Verdnatura"
|
#define MyAppPublisher "Verdnatura"
|
||||||
#define MyAppURL "http://www.verdnatura.es/"
|
#define MyAppURL "http://www.verdnatura.es/"
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,9 @@ var Conf = {
|
||||||
,defaultLocale: 'es'
|
,defaultLocale: 'es'
|
||||||
,dbName: 'vn2008'
|
,dbName: 'vn2008'
|
||||||
,maxCorruptSize: 600
|
,maxCorruptSize: 600
|
||||||
,odbcDriver: 'MySQL ODBC 8.0 ANSI Driver'
|
,odbcDriver: 'MySQL ODBC 8.0 Unicode Driver'
|
||||||
,driverPath: '\\MySQL\\Connector ODBC 8.0\\myodbc8a.dll'
|
,driverPath: '\\MySQL\\Connector ODBC 8.0\\myodbc8w.dll'
|
||||||
,version: 2
|
,version: 3
|
||||||
};
|
};
|
||||||
|
|
||||||
var Locale = {
|
var Locale = {
|
||||||
|
|
Loading…
Reference in New Issue