Viewing 4 posts - 1 through 4 (of 4 total)
The field values are coming from a text file, there are 3 rows and the first column is ContactID, there are no null values for this column.
I have added a...
October 4, 2011 at 2:00 pm
Hi Elliot,
I did not the line number in the error output.
So in this line i need to check for a ISNULL Value?
sqlCmd.Parameters("@ContactID").Value = Row.ContactID
Thank you
October 4, 2011 at 1:48 pm
Great Article,
Thanks a bunch to the author.
April 25, 2005 at 8:08 am
Hi,
In the statement where you do the update, execute COMMIT TRAN
after the update statement, this will actually commit the transaction and close the open transaction.
BEGIN TRAN
UPDATE Test SET F2 =...
April 22, 2005 at 11:49 am
Viewing 4 posts - 1 through 4 (of 4 total)