in reply to Re: perl create database with folder system
in thread perl create database with folder system
Just a small note about SQLite:
It does not enfoce data types like other SQL databases do. This can be a little bit surprising. See FAQ 3: SQLite lets me insert a string into a database column of type integer!
For client-server SQL databases, see also:
Alexander
|
|---|