Why does DBMaker not use NAS
The reasons that DBMaker does not use NAS are: 1.Simply, we cannot warrant and support this way. 2.Network makes performance worse. 3.Network failure can cause data ...
Which Linux platform does DBMaster 5.0 support
After 5.0, DBMaster will change release issue for Linux platform from Glibc2.1 upgrade to Glibc2.3.
Please pay attention:
1. Glibc2.1 Linux environment can not run in Glibc2.3 ...
Would you please give me some notes for DB design?
System Structure:
This requirement is configured almost same as others. You need to consider:
(1) Using 3-tier or Server/Client to reduce the loading of Database Server,
(2) Using ...
What ADO functions does DBMaker support? (From DBMR1726)
There are three layers in ADO model, according to each model, the situation of the DBMaker supports are:
1. DBMaker supports Microsoft Activex Data Objects Library, ...
What is md5.dll, and how use MD5 related functions?
md5.dll is the dll file of UDF in sample. Users also can create the dll by themselves.
For detailed, please refer to README.TXT in ‘DBMaker InstallDir\samples\udf’ ...
When DBMaker will use ITT?
ITT Internal Temporary Table is DBMaker internal database object that it’s used in memory table, query sort (like - group by, order by, merge join).its ...
What about JDBC connection support parameters?
JDBC connect string not only include connect information but also support some database keyword settings. In DBMaker connect string keyword support UID, PWD, SVADR, PTNUM, ...
What’s the function of dmBackup.l_k in DBMaker? (DBMR2268)
dmBackup.l_k is used to lock dmBackup.his. When a backup is performed, DBMaker will automatically create dmBackup.l_k to ensure every process’s write operation on dmBackup.his is ...
Which date format is supported by DBMaker? (DBMR2485)
DBMaker supports following date format:
Input Format: mm/dd/yy, mm-dd-yy, dd/mon/yy, dd-mon-yy, mm/dd/yyyy, mm-dd-yyyy, yyyy/mm/dd, yyyy-mm-dd, dd/mon/yyyy, dd-mon-yyyy, dd.mm.yyyy.
Output Format: mm/dd/yy, mm-dd-yy, dd/mon/yy, dd-mon-yy, mm/dd/yyyy, ...
What's the cause of ERROR(2405)? (DBMR2683)
ERROR(2405) is a license option error. If use an evaluation version not activated by any license numbers, users should consider the following limitations on the ...
When use new feature -- “set unload fileobj name”?
“set unload fileobj name” was supported for keeping the FILE OBJECT not re-order during load to new DB.
About SYSTEM FILE OBJECT, default setting is [set ...
Why journal full occurs and how to deal with it?
(1) Journal files size are too small
Journal size default value is 4M, if it's caused by journal size too small, you can increase the journal ...
Why load external DB returned Segmentation fault at powerpc?
The unixODBC installing package for powerpc didn't include libodbc.so. You need to create the symbolic link manually. Enter below commands:
$ cd /usr/lib/powerpc64le-linux-gnu
$ ln -s libodbc.so.1.0.0 ...
What connection string does DBMaker support to connect ODBC? (DBMR3000)
DBMaker support below connection strings:
DRIVER: ODBC driver version.
DATABASE: Database name.
DSN: Data source name.
UID: User ID.
PWD: Password.
ERRLCODE: Set client's error message character set.
CLILCODE: Set the language ...
When is it needed to set DB_UPGDB = 0? (DBMR3111)
If you created database replication before DBMaker 5.4.3, and the version of master and slave database was different, it might cause some incompatibilities issue. We ...