Re: Data concept



this is the error I'm getting now so maybe it's not related to the missing
ID?

Update requires the InsertCommand to have a connection object. The
Connection property of the InsertCommand has not been initialized.


"Kevin Yu [MSFT]" <v-kevy@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:a0viWCJpGHA.4188@xxxxxxxxxxxxxxxxxxxxxxxx
Hi John,

You can use the following steps to get a TableAdapter Wizard.

1. Right click on your project in Solution Explorer, and select Add New
Item from the context menu.
2. Add a new DataSet.
3. Double click the DataSet to open the DataSet Designer.
4. Right click in the Designer and you can add a new TableAdapter from the
context menu. The wizard will appear.

For more information, please check the following link:

http://msdn2.microsoft.com/en-us/library/6s413yfa.aspx

If anything is unclear, please feel free to let me know.

Kevin Yu
Microsoft Online Community Support

============================================================================
==========================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
============================================================================
==========================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)



.