Demo version with no connection to DB

flobo

Member
I have developed an application in Delphi 5 using DOA components to access Oracle DB.
Now I want to make a "demo" version able to run without connection to DB just with "demo" data from text files (or something similar).

Is there any way to easily transform my present app to a "demo" version?
Or, at least, which would be the faster method to do that?

Thank you
 
You will need an Oracle database for this. The minimal you can use is a local Personal Oracle server.

------------------
Marco Kalter
Allround Automations
 
Back
Top