Table Design

S

Squik27

Is there a way to declare a unsigned integer in the design of a table.
My values are always going to be positive so there is no need for the
negative that long gives me.

Thank you for any answers
 
D

Dirk Goldgar

Squik27 said:
Is there a way to declare a unsigned integer in the design of a table.
My values are always going to be positive so there is no need for the
negative that long gives me.


The only unsigned numeric type is Byte, which holds values from 0 to 255.
There is no other unsigned integer type -- nor floating point or currency.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top