Re: Running Forms 4.5 without a database?

From: Arjan van Bentem <avbentem_at_DONT-YOU-DAREdds.nl>
Date: Mon, 21 Sep 1998 19:58:14 +0200
Message-ID: <6u640v$mf$1_at_pascal.a2000.nl>


>Is it possible to create a Forms application which does not make use of a
>database?

[Quoted] In the on-logon trigger (Forms level) you could simply add

    begin
      null;
    end;

However, I wonder why one would want that. If you're not using database tables, then use Borland's Delphi or C++ Builder... That is, if your app is [Quoted] to run on Win platforms.

Arjan. Received on Mon Sep 21 1998 - 19:58:14 CEST

Original text of this message