Re: How to handle unsigned integers?
Posted by: Chris Cline
Date: November 26, 2004 10:53AM

Does your application not allow for the use of System.UInt32? .NET has unsigned data types. UInt16, UInt32, and UInt64. I'm not sure how some of the .NEt controls handle unsigned data type of if they even can. I just use signed Int32 as my auto-increment.

Options: ReplyQuote


Subject
Written By
Posted
November 26, 2004 03:05AM
Re: How to handle unsigned integers?
November 26, 2004 10:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.