in reply to database problem
G'day beka,
Welcome to the monastery.
"hello everyone , i'm writing a programm to extract data from csv files into a database ,wich database form should i use , access or sql , thank you"
Firstly, maybe check what you've written doesn't have some major typos because, from what you have there, I'd have to recommend that you spend some time researching what a database is.
While I can guess "access" refers to MS Access, which is a database management system; my best guess at "sql" is SQL (Structured Query Language), which is a programming language used for interacting with database systems.
Your choice of database system will depend on a number of factors, such as usage requirements and what's actually available to you.
From a Perl perspective, I suggest you look at these (as a starting point):
-- Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: database problem
by tobyink (Canon) on Mar 26, 2014 at 17:51 UTC | |
by beka (Initiate) on Mar 27, 2014 at 09:53 UTC | |
by Tux (Canon) on Mar 27, 2014 at 16:44 UTC | |
|
Re^2: database problem
by beka (Initiate) on Mar 27, 2014 at 10:15 UTC |