|
Recordset Converter - Convert DAO or ADO to MDB or DBF
ASP Recordset Converter is a library for convert DAO or ADO recordsets to MDB or DBF files.
It enables direct binary output of MDB or DBF files from ASP pages with one row of code.
The object also supports on-the-fly compression by zip/arj.
Software Information |
System Requirements |
Version: | 5.0 |
- Windows 98/ME/NT/2000/XP
- Pentium II CPU
- 64 MB RAM
|
File Size: | 1.51 MB |
License: | Free to try, $ 50.00 to buy |
Screenshot: | View Screenshot |
Rating : | |
Main Features of Recordset converter :
- Direct output of binary DBF files from ASP/ASP.Net using Response.BinaryWrite
- Simple, one-row source code to export recordset from ASP.
- Works with any type of source data columns (integer/numeric, autonumber, character, unicode character, money, float, ?
- Designed to work with ASP (VBScript/Jscript), and any version of VBA (VBA5, VBA6, Word, Excel, MSAccess, ?. Works also with ASP.Net (ASPX, VB.Net, C#)
- Any data source for DBF/MDB export - MS SQL database, oracle, MDB files, DBF files, text (csv), ...
- Accepts ADODB.Recordset or DAO.Recordset as a data source.
- VBA6 source code is available with Distribution license.
- Let's you Compress outgoing files using zip/arj command line (simply add one row of source code)
- Let's you Compress outgoing files using zip/arj command line (simply add one row of source code)
Recordset converter Library classes:
- DBF -- Object for converting DAO or ADO recordset to the DBF file.
It enables direct output of DBF files from the ASP page.
- MDB -- Object for converting DAO or ADO recordset to the MDB file.
Faster than DBF, MDB enables distribute large binary and text fields.
|