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
moveevents
moves the TDADataTable's events to the corresponding TDARemoteDataAdapter.
Warning: event types may need manual correction (v3 specific only).
usebin2
replaces the TDABinAdapter and TDABinDataStreamer with TDABin2DataStreamer.usememtable
replaces the TDACDSDataTable and TDAADODataTable with the TDAMemDataTable.nobackup
disables creating.bak
files.
See Also
- TDAADODataTable (legacy)
- TDABinDataStreamer (legacy)
- TDABin2DataStreamer
- TDACDSDataTable (legacy)
- TDAMemDataTable
- TDARemoteDataAdapter