Newby Database questions
From: Wonko the Sane (noone_at_nowhere.com)
Date: 02/23/05
- Previous message: Raptor: "Re: Anyone using DUint on SourceForge? Or other app testing libraries?"
- Next in thread: Jeremy Collins: "Re: Newby Database questions"
- Reply: Jeremy Collins: "Re: Newby Database questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Feb 2005 08:28:10 +1100
Hi all,
I have a newby question that I hope some kind person will be able to
help me with.
I have a simple database as an access file that I wish to use in a
Delphi program. At the moment I am using the ADO extension to read it
in. What I want to be able to do is create a copy of the database that I
can use to display data while I have the originally loaded in version
that I can add too and delete from in a different part of the program. I
have tried to accomplish this using an SQL query but it doesn't seem to
be working the copy is created but it seems to be populated with the
right number of items but they are all empty.
If it helps my database is simply a list of memo types containing short
notes. I want to be able to edit this list while at the same time
cycling through a copy of this list which is refreshed periodically from
the original. (if that makes sense)
Can anyone point me in the right direction?
Cheers
Wonko the Sane
- Previous message: Raptor: "Re: Anyone using DUint on SourceForge? Or other app testing libraries?"
- Next in thread: Jeremy Collins: "Re: Newby Database questions"
- Reply: Jeremy Collins: "Re: Newby Database questions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|