Update All Record

MTmace

Member
Joined
Feb 1, 2005
Messages
9
Programming Experience
Beginner
Is there a way to update all records in a datatable without looping through each record?

Me
.dsLossNotice.Tables("NameAddress").Rows(0).Item("FldAddPolicyKey") = intPolicyKey

MTmace
 
Issue an UPDATE SQL Command through the Command object.

-tg
 
Back
Top