文件名称:EMS.Advanced.Data.Export.VCL.v4.9.0.1.Full.Source
文件大小:4.71MB
文件格式:RAR
更新时间:2016-07-03 06:31:11
EMS
{******************************************************************************} {* EMS Advanced Data Export Component Suite *} {* *} {* Copyright (C) 1999 - 2013 EMS Database Management Solutions, Inc *} {* *} {******************************************************************************} 08-04-2013 Version 4.9 1. Added the possibility to append date/time to the exported file name. The AppendDateTimeToFileName and AppendDateTimeToDatabaseName (TADO_QExport4Access) properties. Use the ExportedFileName and ExportedDatabaseName (TADO_QExport4Access) properties to get the name of the file to which the export is performed. 2. QExport4SQL. Added the possibility to generate a single INSERT statement. The MultipleInsert property. 3. TQExport4XML. Now the BLOB filed data is uploaded using base64 encoding. (For Delphi 2005/CBuilder 2006 versions and older). 4. QExport4XLS. Now the exported data can be splitted into Excel worksheets by the specified number of rows. The SplitByRows property. 5. When changing delimiters in the Formats property, the delimiters in the corresponding format masks are changed automatically. 6. QExport4XLS. Now when trying to export more than 255 columns, an error message occurs. 7. QExport4XLS. Fixed the errors of the format mask usage. 8. If format masks correspond to system masks, they were not saved in the dfm file. Fixed now. 9. When removing a delimiter in the Formats property, it was replaced by #0 in the corresponding format masks. Fixed now. 10. QExport4DBF. While exporting the TWideMemoField fields were recorded in the dbt file in Unicode. Fixed now. 11. QExport4SQL. When unloading currency data types, a currency symbol was added to the values. Fixed now. 12. Other improvements and bug fixes.