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

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -