We supply a sample Access Database as well as SQL Server Scripts that will create tables that you can use for saving Blobs to.
![]() |
We highly recommend using Microsoft MDAC 2.1 or later if you intend to perform significant database BLOB (Binary Large OBject - i.e. a file) manipulations. MDAC is available for free download from http://www.microsoft.com/data for IIS 3 and IIS 4. MDAC encompasses all previous Microsoft data components such as ADO, OLEDB, and the latest ODBC drivers. In our experience versions 2.0 and up are much more reliable for BLOB manipulations than earlier versions of ADO. |
C> isql -d <mydatabase> -i upload.sql -Usa -P
Previous Page | Next Page |