R
Rodrigo
Dears,
I'm trying to get a return value of a stored procedure in VB.NET. The
follwoing code is not being recognized.
prspGetCompra = spGetCompra.Parameters.Add("@iHOSPEDE", sqlDBType.Int32)
The .NET sent me the message :
"Name 'sqlDBType' is not declared"
I have declares the namespace System.Data on my form but the problem keep
the same.
tks
Rodrigo.
I'm trying to get a return value of a stored procedure in VB.NET. The
follwoing code is not being recognized.
prspGetCompra = spGetCompra.Parameters.Add("@iHOSPEDE", sqlDBType.Int32)
The .NET sent me the message :
"Name 'sqlDBType' is not declared"
I have declares the namespace System.Data on my form but the problem keep
the same.
tks
Rodrigo.