|
Paradox reader v2.45 (ActiveX edition)
Paradox reader (ActiveX edition): direct and fast parser for Paradox files
This engine allow to read and load the external Paradox or dBase tables into any MS Jet/ADO datasource
No any external libraries for Paradox/dBase reading (no BDE, ODBC etc) - native, direct and fast record loading. Just specify the target MS Jet/ADO connection and records from Paradox/dBase table will be imported.
All versions for Paradox tables and xBase formats supported.
A lot of import modes supported:
- imAppend: add records to the destination table
- imUpdate: update record in destination with matching record from source
- imAppendUpdate: if record exists in destination, update it. Otherwise, add it
- imDelete: delete records in destination that match records in source
- imCopy: delete all records in destination, repopulate from the source
- imAppendNewOnly: add records to destination table if no matching record only
Also you may:
- specify the custom mappings (define the correspondence between fields in destination and parsed fields in Paradox file)
- create a new table in MS Jet/ADO datasource with same structure as parsed from Paradox
- load data into destination table/view or editable query
- convert Paradox/dBase records to CSV-file or SQL-dump (INSERT-statements) without loading to recordset (on-fly conversion)
- specify the range of loaded records (first and/or last record number)
- get the list of tables in directory (with sub folders and/or by wildcard if you need)
- get a list of field names and types for any table
- filter the record (for example, load customers from USA only)
- and more
You may use the trial version for 30 days only. If after 30 days you would like
to continue using it, then you should purshase a license.
To get the additional information please visit product homepage: http://www.scalabium.com/pdx/pdxa.htm
With best regards, Mike Shkolnik
EMail: mshkolnik@scalabium.com
http://www.scalabium.com
Related Discussions - HOW TO RUN DATABASE APPLICATION ON THE INTERNET (2001-01-03 03:04:54)This is possible using COM objects and ActiveX Server ...
Don't ask how ... I'm not into COM object programming ... :o)
Regards
/Filip
- ADD TO RESOURCE ON RUNTIME (2001-01-04 09:00:49)I think what you are asking is to change the .EXE file at run-time. Yes, it is possible, but nobody I found will share that information.
If you...
- DELPHI WITH INTERNET.. (2001-01-05 19:35:50)http://www.matlus.com/scripts/website.dll
This site is 100% Delphi built and 100% dynamic. All the content you see here is "database driven" and a...
- PRINTING A PDF FORM (2001-01-07 03:57:11)Hello Tom,
If you find a delphi solution to bypass the acrobat Printer i am very interrested.
Actually i am printing a lot of invoice to the...
- HOW CAN I "FORCE" WINDOWS TO CREATE A LINK TO A SPECIFIED FILE? (2001-01-06 09:12:17)Hi,
This should help:
uses
ShlObj, ActiveX, ComObj, Registry;
var
MyObject: IUnknown;
MySLink: IShellLink;
MyPFile: IPersistFile;...
- SHELL EXTENSION? (2002-07-30 00:31:30)Thank u first, TeaM.
i'm a chinese :) nice to meet.
i know what you mean. i know how to implement a shell
extention TO A SPECIAL FILE CLASS,...
- MP3 (2001-01-11 23:15:38)Hi!
Thx to you all ho have answered to my question about MP3.
There seems to be a some easy solutions for me and I will try out them to see...
- CHANGING THE RIGHT CLICK MENU IN WINDOWS EXPLORER (2001-01-16 13:39:48)check this out:
http://www.raize.com/DelphiByDesign/DbD47.htm
- POPUPMENU (2001-01-16 11:38:57)http://www.delphipages.com/tips/thread.cfm?ID=80
This sounds like the solution to your question, but not sure, look at it and see. Yes, it is...
- ACTIVEX WITH DELPHI 5 (2001-01-18 02:29:04)When you have you OCX project loaded, saved and complied, you have to set in the Web Deploy Options (menu item in the Project menu) a correct web...
|