in reply to Re: database problem
in thread database problem
Perhaps by "sql" beka meant Microsoft SQL Server which would be a natural product to compare to Microsoft Access.
If you're doing this with Perl, of the two I'd choose SQL Server - it's relatively easy to get Perl to talk to a SQL Server database using either DBD::ODBC or DBD::Sybase. (I'd recommend the former if you're using Windows, and the latter if you're on Linux/Unix.) Microsoft Access is probably workable with DBD::ODBC.
However, if I weren't restricted in my choice and could choose from any relational database software at all, I'd go with SQLite (for smaller databases) or PostgreSQL (for larger ones).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: database problem
by beka (Initiate) on Mar 27, 2014 at 09:53 UTC | |
by Tux (Canon) on Mar 27, 2014 at 16:44 UTC |