Re: C# and Accesss - Saving Data
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Sat, 27 Jan 2007 14:29:43 -0500
Chris wrote:
Why does this code not work? Supposedly it will save the datasest to
the table.
this.Validate();
this.customerBindingSource.EndEdit();
this.customerTableAdapter.Update(this.accessTest1DataSet.Customer);
There was no way for you to know it (except maybe by browsing through some
of the previous questions in this newsgroup before posting yours - always a
recommended practice) , but this is a classic ADO newsgroup. ADO.Net bears
very little resemblance to classic ADO so, while you may be lucky enough to
find a dotnet-knowledgeable person here who can answer your question, you
can eliminate the luck factor by posting your question to a group where
those dotnet-knowledgeable people hang out. I suggest
microsoft.public.dotnet.framework.adonet.
Also, before anyone can answer, you will need to better define what "not
work" means: in what way does it not work? Error message? Machine crash?
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Prev by Date: Re: Crystal Report Error
- Next by Date: DataGridView for several tabels in a DataSet
- Previous by thread: Crystal Report Error
- Next by thread: DataGridView for several tabels in a DataSet
- Index(es):
Relevant Pages
|
Loading