c# - Sql Equivalent to UInt16 -


I know that Sql equivalent of Int16 is SqlInt16.

But what is the Sql equivalent of UInt16, UInt32 and Uint64?

In addition to the tinnet, there is no native unsigned type in SQL Server. No good equivalent, do the best you do Use a bigger exact number and add an obstacle to the permissible values.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -