<$BlogRSDURL$>

A splat of all my blathering.

Monday, April 12, 2004

Using SQL bigint in your applications 

You can use SQL bigint in your applications but be careful that you use the appropriate integer size in your code. For a quick reference see the following list:

SQL bigint = 9223372036854775808
XSD unsignedLong = 18446744073709551615
.NET ulong = 18446744073709551615

Posted at 4/12/2004 05:28:00 PM |
Comments: Post a Comment

This page is powered by Blogger. Isn't yours?