Just change the field data type. Use char types (varchar, string or whatever you have in your database) instead of number types (integer, double, etc) and insert '002'.
If you need that value to be a number, then just convert the type in your scripts Cint(value).
Linux is like a wigwam : no windows, no gates, apache inside.
|