|
-
Feb 11th, 2007, 08:12 PM
#1
Thread Starter
Junior Member
Update unable to find TableMapping['t003Akaun'] or DataTable 't003Akaun'.
Update unable to find TableMapping['t003Akaun'] or DataTable 't003Akaun'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Update unable to find TableMapping['t003Akaun'] or DataTable 't003Akaun'.
Source Error:
Line 128: myDataAdapter2 = New SqlDataAdapter(query, sqlConn)
Line 129: DS = New DataSet()
Line 130: myDataAdapter2.Update(DS, "t003Akaun")
Line 131: ElseIf txtCredit.Text <> "0.00" Then
Line 132: jum2 = txtCredit.Text + txtBalance.Text
''how to solve it ??..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|