DAConverter (Windows)
DAConverter.exe is a tool that provides easy migration from Data Abstract v3 to Data Abstract v10.
It also allows to replace some legacy components with modern ones and can process both files and folders.
Syntax
DAConverter [/wait] [/moveevents] [/usebin2] [/usememtable] [/nobackup] /folder:<folder>
DAConverter [/wait] [/moveevents] [/usebin2] [/usememtable] [/nobackup] <filename1> [<filename2> [...]]
The specified filenames can be either .pas, .dfm or .xfm files, the converter will always process both .pas + .dfm (or .pas + .xfm).
Optional switches
moveeventsmoves the TDADataTable's events to the corresponding TDARemoteDataAdapter.
Warning: event types may need manual correction (v3 specific only).
usebin2replaces the TDABinAdapter and TDABinDataStreamer with TDABin2DataStreamer.usememtablereplaces the TDACDSDataTable and TDAADODataTable with the TDAMemDataTable.nobackupdisables creating.bakfiles.
See Also
- TDAADODataTable (legacy)
- TDABinDataStreamer (legacy)
- TDABin2DataStreamer
- TDACDSDataTable (legacy)
- TDAMemDataTable
- TDARemoteDataAdapter