Gossamer Forum
Home : Products : DBMan : Installation :

the "numer" field does not enforce a number

Quote Reply
the "numer" field does not enforce a number
Hi;

I tried using the numer field to enforce a "number" input into a field but it is not working and the user can enter any text and it is accepted by the database... how can I fix this?
Quote Reply
Re: the "numer" field does not enforce a number In reply to
You are correct. The "numer" data type does not enforce a number. It is used for sorting purposes and doing "greater than" and "less than" searches.

There is a way to enforce a number, however. How large of a number do you want to allow?

------------------
JPD





Quote Reply
Re: the "numer" field does not enforce a number In reply to
It is going to be a "price" field... such as $ 10 or $ 423 ... I need to force people to enter numbers rather than letters.