19.07.2007, 05:47
The inconvenient of MySQL is to send and receive something to another program (MySQL), waiting for reply,...
But the advantage is that you can make queries. Queries are like filters on data that you don't have in flat files.
Is it a solution using SQL-Lite ?
It depends on the use of the database, if databse is also used by a website, MySQL is best to a better handling of multi-threading.
But the advantage is that you can make queries. Queries are like filters on data that you don't have in flat files.
Is it a solution using SQL-Lite ?
It depends on the use of the database, if databse is also used by a website, MySQL is best to a better handling of multi-threading.