M Mike P Oct 20, 2004 #1 What is the C# equivalent of bigint in SQL Server? Is it double? Cheers, Mike
S Shiva Oct 20, 2004 #3 Use long data type; both use 8-bytes. What is the C# equivalent of bigint in SQL Server? Is it double? Cheers, Mike
Use long data type; both use 8-bytes. What is the C# equivalent of bigint in SQL Server? Is it double? Cheers, Mike