[q]
Originally posted by: bregent Quote:
If you specify as field as text it should accept both text and numeric inputs
as valid data.
|
Of course not. SQL syntax for text and numeric fields are different - text
fields must be enclosed in quotes.[/q]
Ofcourse text fields are enclosed in quotes. What I meant was that if the
password field is text and someone uses a numeric password or a mix of text and
number, that would work too, but not vice versa..
So if IM12 specifies the field as text I could put in my password as "123pass"
and there would be no validation error. But if the password field is
numeric, there would be a mismatch