... ACCESS could also give interfaces as well as VB ...so if i could achieve the same using Perl from the scratch, building a database until generating and maintaining such reports from this database and all that

You seem to be looking for a RAD (Rapid Application Development) system for a database. I suggest you take a look at RBase. It's had a long development history (almost 30 years - much longer than Access has been around) and is very robust. RBase is a commercial product with a GUI for designing database, input forms, reports and application logic. It also has a programming language with embedded SQL, though the language is not as powerful as Perl. Support is very good, and even the company president answers questions on the mailing list.

You also should be able to do you want with Perl, but it would probably mean more work. The easiest way to get a database engine is to install the SQLite module. Then if you need a GUI you can choose from Perl/Tk, Gtk, wxPerl and Prima, with their associated learning curves. In any case it would also be good to learn SQL, since variants of the language are used for most databases you will find.


In reply to Re: Database in Perl by hangon
in thread Database in Perl by biohisham

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.