Heh, here's a smattering of some DBases no one's mentioned:

Conetic cBooks
This is a database specifically designed for billing purposes. It's not relational. It's not SQL. It doesn't have anything written for DBI. You access contents of its tables using either some closed-source command-line programs they give you or through a grace language that is a bastard hybrid of Pascal and C. In short, it's not pretty. Our company has a module that we use that works as well as one could hope, but this database is my biggest reason for wanting to learn XS.

DB2
IBM's relational database is supposed to be as good as Oracle's server while being a lot cheaper. I actually don't have any experience with it, since we're currently deciding whether to go with it or Oracle. I'm personally leaning towards DB2 cause I'm fairly DB agnostic. I've been doing things with mySQL for years now that we really shouldn't be doing.

FileMaker Pro
May this never happen to me again.


In reply to Re: What databases are monks using? by Hrunting
in thread What databases are monks using? by jptxs

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.