Page 1 of 1

db install - set lenght of integer filed

Posted: Tue Jul 03, 2012 1:58 pm
by maranc
Hi, because I didn't find any solution for my problem short description:

I need make in db field with 13 characters lenght (type integer).
I know that in install script I can make C(13) type, but maybe is here another option. I saw that in some modules is somthing like I1 (type TINYINT), maybe I(13) is correct? Maybe here is any link to API documentation?

Thanks for any answer....

Marek A.

Re: db install - set lenght of integer filed

Posted: Sat Aug 11, 2012 2:19 am
by calguy1000
You will need to look at the adodb reference for the types of integers. I think there is L for Long integer, I for normal integer and I1 for short interval (typically only usable for booleans).