I
IntraRELY
I am having difficulties with a SQL 2000 TimeStamp column and my vb.net
application. I am getting various Cast errors. It isnt clear to me what
datatype to use when assigning the TimeStamp return value to a variable.
Here is my code when recieving the return value from a stored procedure. I
dont know what datatype I should use here. The stored procedure has an
timestamp OUPUT parameter. I have tried various methods, but this is what I
think it might look like, but isnt correct.
Dim globalTimeStampColumn As SqlBinary
globalTimeStampColumn =
CType(cmdTicketsUpdateRetrieve.Parameters("@timestampcolumn").Value,
SqlBinary)
TIA,
STeve
application. I am getting various Cast errors. It isnt clear to me what
datatype to use when assigning the TimeStamp return value to a variable.
Here is my code when recieving the return value from a stored procedure. I
dont know what datatype I should use here. The stored procedure has an
timestamp OUPUT parameter. I have tried various methods, but this is what I
think it might look like, but isnt correct.
Dim globalTimeStampColumn As SqlBinary
globalTimeStampColumn =
CType(cmdTicketsUpdateRetrieve.Parameters("@timestampcolumn").Value,
SqlBinary)
TIA,
STeve