A question about dataset loading
From: Rudy (Rudy_at_discussions.microsoft.com)
Date: 11/22/04
- Next message: Nicole: "Memory management in .Net framework"
- Previous message: David Gacek: "String to date"
- Next in thread: Cor Ligthert: "Re: A question about dataset loading"
- Reply: Cor Ligthert: "Re: A question about dataset loading"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 21 Nov 2004 23:13:02 -0800
Hello all!
So I get the following error when I try to update my dataset from a windows
form. "Can't create a child list for field 'TableName'" This is the error I
get in my application, I found this error in the KB (Article ID : 816799 )
The error is built by design, and the cause is from in my case deleating the
table that was bound to a control. They do have a fix or a workaround by
modifying a line of code. My problem is I can't find the line of code they
speak of. The code is in the form, In the InitializeComponent procedure of
the Windows Form Designer generated code region, locate the following
statement in the Form1 code:
Microsoft Visual Basic .NET codeMe.Controls.AddRange(New
System.Windows.Forms.Control() {Me.TextBox2, Me.TextBox1, Me.ListBox1})
If i could find this, i could modify it, and hopefully it will fix my
problem. Of course, I could be totally off base, and this has nothing to do
with anything that I'm doing. Which means I will post again, LOL. If
somebody could take a peak at this KB, and see if this seems right, and tell
me what I'm missing.
As always, TIA!
Rudy
- Next message: Nicole: "Memory management in .Net framework"
- Previous message: David Gacek: "String to date"
- Next in thread: Cor Ligthert: "Re: A question about dataset loading"
- Reply: Cor Ligthert: "Re: A question about dataset loading"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|