in reply to Need DBM file that holds data up to 50,000 bytes
Looks like DBD::Sqlite has no limit on TEXT fields. Is there anything I should watch out for using DBD::SQLite?
Datatype 'text' is unlimited; if you want a limited text column, I think you have to use VARCHAR, e.g.: VARCHAR(100).
|
|---|