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

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^2: perl create database with folder system