-
EMS Advanced Data Import VCLV3.9.2.2〖D5~XE7〗下载
资源介绍
Advanced Data Import VCL is a component suite for Borland Delphi and C++ Builder that allows you to import data from files of the most popular data formats to the database. You can import data from MS Excel, MS Access, DBF, XML, TXT, CSV, ODF and HTML. There will be no need to waste your time on tiresome data conversion - Advanced Data Import will do the task quickly, irrespective of the source data format.
Key Features
Data import from the most popular data formats: MS Excel 97-2007, MS Access, DBF, XML, TXT, CSV, OpenDocument format (ODF) and HTML
Import of Unicode data (UTF-8, UTF-16/UCS-2, UTF-32/UCS-4). Automatic detection and manually preset text encoding for imported data
Powerful component and property editors, which allow to set many import parameters at the design-time easily
High productivity even on slow computers
Adjustable parameters for each type of import
100% native Delphi code for MS Excel 97, DBF, TXT, CSV - no additional libraries or programs needed for the components to work. OLE, DDE, BDE etc not required either
Detailed help system and a demo application for a quicker mastering of the product
Delphi 5-7, 2005-2007, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6 and C++ Builder 5-6, 2006-2007, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6,XE7 support
安装步骤:
I. Full Source Version
1. Uninstall previously installed version of EMS Advanced Data Import
Component Suite from Delphi/C++Builder IDE:
- Use the "Component\Install Packages..." menu item to open the "Packages" dialog box.
- Find EMS Advanced Data Export package in the list and delete it by clicking "Remove".
- Confirm deletion by pressing "OK".
- Remove previously compiled packages (if any) QImport3RT_.BPL and
QImport3DT_.BPL from your hard disk.
2. Build Run-Time Package:
- Use the "File\Open Project" menu item to open QImport3RT_ package.
- Use the "View\Project Manager" menu item to open "Project Manager".
- Search for QImport3RT_ package in "Project Manager".
- Double-click the package to select it.
- Use the "Run\Build QImport3RT_" menu item to build the package.
3. Install Design-Time Package:
- Use the "File\Open Project" menu item to open QImport3DT_ package.
- Use the "View\Project Manager" menu item to open "Project Manager".
- Search for QImport3DT_ package in "Project Manager".
- Double-click the package to select it.
- Use the "Run\Build QImport3DT_" menu item to build the package.
- Right-click the package and select "Install" from the context menu.
注意事项:
本人在XE6上Build QImport3RT_时出现错误提示,原来是少了一个var变量声明,添加一个就可以了,变量声明可以在同一个pas文件搜索到有一处被注释掉了,复制过来就可以了。为了保持原版,我没有修改上传的压缩包。