Sqlite + TEXT
-
I am using Sqlite in an application. Was wondering if anybody knows limitations on the number of characters one can have when labelling a column as being of type(/affinity) TEXT?
-
I am using Sqlite in an application. Was wondering if anybody knows limitations on the number of characters one can have when labelling a column as being of type(/affinity) TEXT?
I think you mean how uch data such a column can hold. As found by using Google : http://www.sqlite.org/limits.html[^] For your info, the google search (sqlite max text) gave me this hit in a thread referred to on the first result-page...
Nah... What's up, Doc? CCC's solved : 1 If a bus station is where a bus stops, and a train station is where a train stops, why do I have a work station on my desk?