 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Robert Mischke Guest
|
Posted: Thu Feb 05, 2004 12:36 pm Post subject: Looking for SIMPLE single-user database |
|
|
I'm looking for a database component (or unit) that allows me to store
multi-column entries and retrieve them by (simple) criteria. It should
be able to be compiled into the application (or into dlls), so that
the end user is not required to start a server application first.
Example of what I want to do: Create an index of all files in a given
filesystem tree, calculate the md5 sum, store filename, size, md5 and
path into the database. Later, the application should try to determine
if any files were moved or renamed. So it calculates the md5s of all
files again and compares them to the stored values from the database.
I don't need any fancy stuff: no data-aware components, no
transactions, no multi-user capability, no fulltext search, not much
at all - just a way to hold some data in some tables and retrieve them
in a "SELECT * FROM x WHERE md5='y' AND filesize='z'" way. I probably
won't even need JOINs.
Of course, free and/or open-source solutions would be most welcome
If it does not require the BDE, that's an extra bonus.
I already found "FlashFiler" and tried it, but it's already much more
complex than what I need.
Robert
|
|
| Back to top |
|
 |
Graham Guest
|
Posted: Thu Feb 05, 2004 10:51 pm Post subject: Re: Looking for SIMPLE single-user database |
|
|
If you're looking for simple, take a look at http://www.mylittlebase.org
Graham.
Robert Mischke wrote:
| Quote: | I'm looking for a database component (or unit) that allows me to store
multi-column entries and retrieve them by (simple) criteria. It should
be able to be compiled into the application (or into dlls), so that
the end user is not required to start a server application first.
Example of what I want to do: Create an index of all files in a given
filesystem tree, calculate the md5 sum, store filename, size, md5 and
path into the database. Later, the application should try to determine
if any files were moved or renamed. So it calculates the md5s of all
files again and compares them to the stored values from the database.
I don't need any fancy stuff: no data-aware components, no
transactions, no multi-user capability, no fulltext search, not much
at all - just a way to hold some data in some tables and retrieve them
in a "SELECT * FROM x WHERE md5='y' AND filesize='z'" way. I probably
won't even need JOINs.
Of course, free and/or open-source solutions would be most welcome
If it does not require the BDE, that's an extra bonus.
I already found "FlashFiler" and tried it, but it's already much more
complex than what I need.
Robert
|
|
|
| Back to top |
|
 |
Rick Carter Guest
|
Posted: Sat Feb 07, 2004 3:10 am Post subject: Re: Looking for SIMPLE single-user database |
|
|
See the list of BDE alternatives at http://www.kylecordes.com/
If you have a version of Delphi that includes TClientDataSet, consider that.
Advantage Database Server might be another one to look at, and the local
server is free.
Rick Carter
Chair, Paradox/Delphi SIG, Cincinnati PC Users Group
|
|
| Back to top |
|
 |
forrest Guest
|
Posted: Wed Feb 11, 2004 12:53 am Post subject: Re: Looking for SIMPLE single-user database |
|
|
Il Thu, 05 Feb 2004 12:36:19 +0000, Robert Mischke ha scritto:
| Quote: | I'm looking for a database component (or unit) that allows me to store
multi-column entries and retrieve them by (simple) criteria. It should
be able to be compiled into the application (or into dlls), so that
the end user is not required to start a server application first.
Firebird, the fork of Interbase6, it have the "dll" embedded version. |
http://firebird.sourceforge.net/
http://www.ibphoenix.com/
forrest gump
|
|
| Back to top |
|
 |
Carlos Ojea Guest
|
Posted: Wed Feb 11, 2004 12:00 pm Post subject: Connecting to PostgreSQL database with kylix3 |
|
|
Hello:
I my linux system I have kylix3 installed and a PostgreSQL database.
I made a SQLConnection object with this settings:
Connection Name: PostgreSQLConnection
DriverName: PostgreSQL
Hostname: postmaster -D /home/carlos/programacion/compulab/buques/database/
Database: buques_db
Then, with the 'object inspector' I tried to make 'Connected' True,
resulting in this error message:
dbExpress Error: Invalid Username/Password
I don't understand why of this error message. Username and Password are
correct, and the same used to install kylix and to make PostgreSQL
database.(Username/password for root don't work either).
Any ideas?
Thank you,
Carlos
|
|
| Back to top |
|
 |
Robert Mischke Guest
|
Posted: Fri Feb 13, 2004 1:02 am Post subject: Re: Looking for SIMPLE single-user database |
|
|
Thanks for all the suggestions, I will look into them!
Robert
|
|
| Back to top |
|
 |
Robert Mischke Guest
|
Posted: Fri Feb 13, 2004 7:12 pm Post subject: Re: Looking for SIMPLE single-user database |
|
|
"Richard Biffl" <usenet (AT) removvethiisphrraseblacklettersoftware (DOT) com>
wrote:
Thanks, that was exactly what I was looking for :)
Robert
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|