If all you need are tables filled with data, kbmMemTable 
(http://delphi.e-indexit.com/) will do the trick. You can compile the table 
formats and data into the app.

If you need SQL and wanted a more traditional solution, DBISAM can do it (& 
the FAQ explains how http://www.elevatesoft.com/faq.htm) and Advantage 
might be able to but I'm not sure.

Ed


At 13:47 27/06/2001 +1200, you wrote:
>Due to some rather restrictive requirements for a coming project I
>require
>
>- A database format that can exist in a purely read-only state on a
>CDROM
>- Database drivers that must not require installation
>- Database drivers that do not require access to the registry for
>storing configuration
>
>Ideally a database format that had drivers compiled into the executable
>(along with connection
>configuration parameters) would be nice - but I'd settle for some DLLs
>and a file-based configuration
>file.
>
>Does anyone know of a solution like this?
>
>--
>Aaron Scott-Boddendijk
>+64 7 838 3371 VOICE
>+64 7 838 3372 FAX
>e-Mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------------
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
>To UnSub, send email to: [EMAIL PROTECTED]
>with body of "unsubscribe delphi"

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to