P
Paul S
I'm returning an integer from a sp in a SQL 2K database. The working VB.NET
code is:
Dim sequence As Integer = 0
' ADO.Net code
sequence = SqlInt32.op_Explicit(dr.GetSqlInt32(1)
'
Is there another way to convert an integer from the database to an integer
in .NET? Thanks.
code is:
Dim sequence As Integer = 0
' ADO.Net code
sequence = SqlInt32.op_Explicit(dr.GetSqlInt32(1)
'
Is there another way to convert an integer from the database to an integer
in .NET? Thanks.