Re: Why are data types size limited?

From: Mark Preston <mark_at_mpreston.demon.co.uk>
Date: 2000/03/23
Message-ID: <38da32f4.1530147_at_news.demon.co.uk>#1/1


The simple truth is that strings - or any other field - *can* be variable length if you use a field delimiting character. This is the basis of the Pick (and Pick-like) variable-field database system and you can use SQL with most of those.

So, your answer is: you can use variable field sizes in SQL, but most database implementations (such as Oracle, MySQL etc.) won't allow you to do it.

[much snipping about using non-sized strings]

-- 
Mark A Preston BSc, FIAP
The Magpie's Nest
mark_at_mpreston.demon.co.uk
Received on Thu Mar 23 2000 - 00:00:00 CET

Original text of this message