GetFile

ActiveX/VBSScript registry editor  ActiveX NT User account manager  Export MDB/DBF from ASP
Url replacer, IIS url rewrite Active LogFile  Email export  ActiveX/ASP Scripting Dictionary object
 IISTracer, real-time IIS monitor
 Huge ASP upload - upload files with progress.
          Method 
          Member of  RSConvert.MDB 

Description

Retrieves the recordset as a binary MDB data. If the Compress is specified, GetFile returns output of the compress program.

Syntax

vGetFile = MDB.GetFile (RS as Variant, TableName as String)
 
Where Type Optional Default Description
 RS  Variant     ADO or DAO recordset to save 
 TableName  String     Name of the table. 

Returns

Binary safe array

Examples

 Simple zipped MDB  
  ADORS.Open "Payments", "DSN=ADOSamples"
  MDB.Compress = 1

  'Write zipped MDB file to the client
  Response.BinaryWrite MDB.GetFile(ADORS)
  Other links for GetFile

Methods of MDB class

Properties of MDB class

RSConvert.MDB

Object for converting DAO or ADO recordset to the MDB file. Faster than DBF, MDB enables distribute large binary and text fields.

RSConvert

      Recordset converter is a library for converting 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.

© 1996 – 2006 Antonin Foller, Motobit Software, help{at}pstruh.cz, help v. 2.1.63