BdeToMySQL Versions
1.7
Code has been simplified.
1.6
You can export the table contents to clipboard.
Code updated to another changes in JMN-Lib.
Some bugs fixed (update and insert field records).
1.5
Results to Add/Update records display in table mode.
Code updated to another changes in JMN-Lib.
Some bugs fixed.
1.4
Enhancements:
- Hexadecimal editor. Edition of blob field (Graphic) loading images.
- Options of rename database and tables on prepare action.
Solved bugs:
- A major error on copy data.
1.3
Solved bugs:
- Error of copy data when source field was data type = FmtMemo or Graphic
- Fields or table names with '-', now are quoted.
Enhancements:
- In the copy data page, the field link process is checked before to link.
- Copy faster: It uses 2 systems:
- On copy correlative and all fields on target table (the usual case): it uses load data infile.
- Otherwise: it uses start transaction; update ... set ...; commit;
1.2
Solved bugs:
- Error of copy data when source field was data type = Currency
1.1
Solved bugs:
- CheckBox "V" (of first page) now running.
- The first page displayed, is the first.
- Erroneous assignation ftDateTime to timestamp.
Enhancements:
- A little explanation of copy process in the Help.
- Unsual characters (or names as keywords) used by tables and fields are enabled (if it is required, then is used the delimiter "`" character).
- Secondary indexes are write within create statement.
- Foreign keys support.
More resourcestring use in sourcecode.