Thread
: Question
Add, Update, Delete, Prev, Next - program crash
View Single Post
#
4
(
permalink
)
10-13-2008, 2:40 PM
Coisox
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
Join Date: Oct 2008
Age: 29
Posts: 2
Reputation:
0
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)
Coisox
View Public Profile
Find all posts by Coisox