M
mp
How do i cast a string from sql to a long? lDocumentVersion is long,
oSqlDR.GetValue(0) returns a string.
lDocumentVersion =oSqlDR.GetValue(0);
Thanks
oSqlDR.GetValue(0) returns a string.
lDocumentVersion =oSqlDR.GetValue(0);
Thanks