Hello,
i use UniDAC 5.2.5 with XE5. When i use Unidump with MySQL4 there is no CREATE TABLE in the dumpfile. Instead CREATE TABLE there is ?????????????†?????????????????????†?? written.
Options of UniDump:
AddDro
CompleteInsert
GenerateHeader
QuoteNames
all true
SpecifiedOptions
BackupTables
BackupViews
UseExtSyntax
on true
InsertTyp = itInsert
How can i fix the problem?
UniDump problem with MySQL4
Re: UniDump problem with MySQL4
Hello,
the same in Delphi7 tried, no problems.
the same in Delphi7 tried, no problems.
Re: UniDump problem with MySQL4
I have the same problem. Any news on this?
Re: UniDump problem with MySQL4
By the way,
it occurs only in DirectMode. With libmysql its ok.
it occurs only in DirectMode. With libmysql its ok.
Re: UniDump problem with MySQL4
Please provide the script for creating the table, on which the problem can be reproduced, and specify the exact MySQL version
Re: UniDump problem with MySQL4
MySQL Version : 4.1.22-community-nt
The result is
DROP TABLE IF EXISTS test;
???????????†?????????????????????????????????????;
Code: Select all
CREATE DATABASE IF NOT EXISTS `dumptest` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `dumptest`;
CREATE TABLE IF NOT EXISTS `test` (
`Column 1` varchar(50) default NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
DROP TABLE IF EXISTS test;
???????????†?????????????????????????????????????;
Re: UniDump problem with MySQL4
Thank you for the information.
We have reproduced the problem and fixed it.
This fix will be included in the next UniDAC build.
We have reproduced the problem and fixed it.
This fix will be included in the next UniDAC build.