How do I pass a BigInt value to SQL Server?
+3
A:
A BigInt in SQL Server is equivalent to the int64 type in VB.NET.
Robert Harvey
2009-11-25 06:04:21