PC Review


Reply
Thread Tools Rate Thread

Not Updating the physical database table (Access Database table)

 
 
=?Utf-8?B?UGV0ZXI=?=
Guest
Posts: n/a
 
      11th Jul 2007
Hi folks,
I am learning the winForms following the tutorial as the following uri:
http://msdn.microsoft.com/vstudio/ex...er3/begin9/cs/

SQL Express 2005 and Access are the available choices for the studio
express. In order not to conflict the sql 2005 for work, I choosed the Access
database.

Everything are going well. I have only one problem. The physical
Access table is not updated. The related code is listed as below:

private void button1_Click(object sender, EventArgs e)
{
this.bindingSource1.EndEdit();
int result = 0;
result = this.customerTableAdapter1.Update
(this.customerDataSet1.Customer);
MessageBox.Show(result.ToString());

}
Please advise. Thanks.
Peter




 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Vista 64 Installed Physical Memory vs Total Physical Memory Poutnik Windows Vista General Discussion 1 2nd Apr 2009 11:27 AM
Installed Physical Memory & Total Physical Memory churin Windows Vista General Discussion 1 16th Jun 2008 04:17 PM
Re: Installed Physical Memory/Total Physical Memory Ian D Windows Vista Installation 0 5th Jun 2008 10:22 PM
Creating a physical table through a data table =?Utf-8?B?VmFuY2xlaSBNYXRoZXVz?= Microsoft ADO .NET 3 25th Jul 2005 08:26 AM
Total Physical Memory vs. Available Physical Memory jon furness Windows XP Help 3 14th Nov 2004 04:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:41 AM.