Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

numc limitation

Former Member
0 Kudos

hi

i want to introduce a counter in the a table to give a unique recored number

but whne i give data type as numc it goes upto only 999999 count only it is the maximum limit what i can give for numc

but the table can have more data

so pls suggest?

regards

Nishant

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

There is no as such limit on NUMC.

Define

Data var(15) type n.

or if you defining as table field then

NUMC and give the as many character as you want.

Regards,

Atish

Message was edited by:

Atish Sarda

4 REPLIES 4

Former Member
0 Kudos

Hi,

There is no as such limit on NUMC.

Define

Data var(15) type n.

or if you defining as table field then

NUMC and give the as many character as you want.

Regards,

Atish

Message was edited by:

Atish Sarda

0 Kudos

hi atish

but when defining in table i am giving the length of the field it is not takig more than 999999 please suggest

regards

nishant

0 Kudos

Hi,

I created a test table with only one field of type NUMC and length 8 and I am able to give value as 99999999.

Try at your end.

regards,

Atish

0 Kudos

hi atish

got it acutually it was my mistake i was assuming length as the value of places

regards

nishant