View Single Post
  #4 (permalink)  
Old 10-13-2008, 1:40 PM
Coisox Coisox is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Oct 2008
Age: 31
Posts: 2
Reputation: 0
Coisox is on a distinguished programming path ahead
Default

Here's the error message.



Currently, what I do to solve this problem is:

dataAdapter.Update(dataTable)
dataTable.Clear()
redo the SQL query
redo commandBuilder
dataAdapter.Fill(dataTable)
Reply With Quote