Well, I will put my hand up for MySQL also.

YOU should be providing the add-edit-delete functionality in your own front end! Man, it isn't difficult. I can do it so can you!

MySQL is so easy to install - it isn't a hog either, it is fast and you can hide it very easilly. So easilly that my end users generally don't realise that their is something running on their machines! I used the Nullsoft Installer package and in less than a day figured out how to have it install MySQL and my application, set up MySQL as a service and start it the first time.

Just for the sake of cleanliness I start and stop MySQL as a service from within my application.

This application replaces an earlier one based on Access and written in VBA. It was a dog of a thing. Hard to maintain, rather flaky and oh, did I mention all the limitations of Access? Oh and speed? Did I mention speed? To be honest I am glad to see the back of it. The new one is written all in Perl, uses Tk and, of course MySQL.

jdtoronto


In reply to Re: slightly OT "Desktop Database" options by jdtoronto
in thread (OT) "Desktop Database" options by dimar

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.