Greetings again,

One of the major factors influencing the listed requirements is the fact that I may or may not have root on the system where the database will live, and I can't depend on any single RDBMS being installed on the system. This has been a major reason why, until now, I've been content with flat text files, CVS, and XML for most of it all.

I'm aware that the Jet "RDBMS" powers Access when on Win32. Never the less, you can still use ODBC to get into the file. I know it's possible to play around with Access files on UNIX systems, but you have to install/config some kind of ODBC enviornment. (At least, that's what I've seen posted here and elsewhere.) So, in theory, couldn't there be a binary file with defined column sizes and so forth that's "stand alone" from a full RDBMS? I'd imagine a DBD::? would let you interface with the file via DBI...

I must be dreaming, but this sure would be nice to have.

-gryphon
code('Perl') || die;


In reply to Re: Single file RDBMS w/o system install by gryphon
in thread Single file RDBMS w/o system install by gryphon

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.