Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: slightly OT "Desktop Database" options

by dragonchild (Archbishop)
on Oct 06, 2004 at 18:16 UTC ( [id://397121]=note: print w/replies, xml ) Need Help??


in reply to (OT) "Desktop Database" options

MySQL 4.1 and the new DBD::mysql under development allow for an embedded RDBMS, similar to SQLite. That would be the choice I would use for new development.

Otherwise, I would use MySQL which has several excellent GUI front-ends. However, why do you need a GUI front-end? Why aren't you providing all access to the DB through the app?

Being right, does not endow the right to be rude; politeness costs nothing.
Being unknowing, is not the same as being stupid.
Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence.
Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.

  • Comment on Re: slightly OT "Desktop Database" options

Replies are listed 'Best First'.
Re^2: slightly OT "Desktop Database" options
by dimar (Curate) on Oct 06, 2004 at 18:31 UTC

    The GUI requirement is barebones and simplistic. There needs to be a way for 'average joe/jane user' to add/edit/delete records without them having to know diddly squat about the database, or even what a database is. The idea is we need a simple 'grid view' style applet widget that can be searched, sorted, edited as brain-dead easily as opening up your email inbox on hotmail or outlook.

    This is a simple scenario like 'manage my cd collection'. No user login, concurrency or admin-console requirements... very barebones, single user desktop type stuff.

      Use Access. That's what it was designed to do. Otherwise, use a spreadsheet. If you don't want fancy, then don't get fancy.

      Being right, does not endow the right to be rude; politeness costs nothing.
      Being unknowing, is not the same as being stupid.
      Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence.
      Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.

      I'm with dragonchild on this one.

      Access seems to meet your requirements, except for the fact that it isn't open source. If it just needs to be bare-bones simple, and Access will do everything you describe, why do you care if it is open source?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://397121]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found