MOTOBIT.COM - ASP upload, IIS utility Limit number of output records

Sample for RSConvert.MDB.RowCount | Changes | Purchase | Download

Examples

Limit number of output records 
  'Open table
  ADORS.Open "Orders", "DSN=ADOSamples"

  'Limit output to 10 redords
  DBF.RowCount = 10

  'Write DBF file to the client
  Response.BinaryWrite DBF.GetFile(ADORS)

Other links for the Limit number of output records sample

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 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz