Graciliano,

Thank you for your help.

For the PerlApp versions, I am going to try to build a Windows executable and a Linux executable that have the DBI binary and possibly some DBD binaries as well. Including DBD binaries in the executables would be a convenience for Windows and Linux webmasters.

However, for the generic Unix version of the script, I think I will need to distribute the DBI source or leave downloading and compiling to the webmaster.

HDB sounds interesting as well. It's been a while since I have worked with databases such as Oracle and SQL Server, etc. I vaguely remember that the steps to create a database table are different. That is, I may not be able to have a SQL statement create a database table in SQL Server and have that same SQL statement create a database table in an Oracle database. If the DBD modules don't handle this, HDB may be attractive.

I now see why SQLite may be interesting as well: a database server doesn't need to be around for it to work. I'll read more about SQLite. Maybe this is an option for webmasters who are already familiar with SQLite and have tools that can get at the tables inside the database.

Thanks again,

Richard


In reply to Re: Re: To DBI or not to DBI by rzward
in thread To DBI or not to DBI by rzward

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.