Database - Should I define a max length for stored url? -


i'm building small webapplication should store urls input of form. urls can have attributes, parameters etc. https:/www.stackoverflow.com/search?q=this+could+be+a+very+long+string. 'experts' make use out of missing validator, checks length of string. otherwise limitation may let occur error if url long.

i'm using sqlite3, solution should work database-independent.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -