473,662 Members | 2,524 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

datatable.HasCh anges() ?

Gday,

Have been going through the walkthrough for a distributed application:
http://msdn2.microsoft.com/en-us/library/1as0t7ff.aspx

and it appears to suggest in the SaveData_Click method that you can check a
datatable for changes, ie

if (CustomerData.H asChanges())

However when I try to build this I get the error:

Error 1 '<blah>DataTabl e' does not contain a definition for 'HasChanges'

Am I doing something stupid or do datatables not have this method available?

Thanks,

Peter

Dec 21 '05 #1
5 17137
mrstrong <mr******@hotma il.com> wrote:
Have been going through the walkthrough for a distributed application:
http://msdn2.microsoft.com/en-us/library/1as0t7ff.aspx

and it appears to suggest in the SaveData_Click method that you can check a
datatable for changes, ie

if (CustomerData.H asChanges())

However when I try to build this I get the error:

Error 1 '<blah>DataTabl e' does not contain a definition for 'HasChanges'

Am I doing something stupid or do datatables not have this method available?


There is no DataTable.HasCh anges() method - there is only
DataSet.HasChan ges().

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Dec 21 '05 #2
"Jon Skeet [C# MVP]" <sk***@pobox.co m> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
mrstrong <mr******@hotma il.com> wrote:

and it appears to suggest in the SaveData_Click method that you can check
a
datatable for changes, ie

if (CustomerData.H asChanges())

However when I try to build this I get the error:

Error 1 '<blah>DataTabl e' does not contain a definition for 'HasChanges'

Am I doing something stupid or do datatables not have this method
available?


There is no DataTable.HasCh anges() method - there is only
DataSet.HasChan ges().


Thanks. So the 'save' method on the walkthrough was not right?

http://msdn2.microsoft.com/en-us/library/1as0t7ff.aspx

Regards,

Peter

Dec 21 '05 #3
mrstrong <mr******@hotma il.com> wrote:
There is no DataTable.HasCh anges() method - there is only
DataSet.HasChan ges().


Thanks. So the 'save' method on the walkthrough was not right?

http://msdn2.microsoft.com/en-us/library/1as0t7ff.aspx


Looks like it, yes.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Dec 21 '05 #4
Correct the DataTable class just defines DataTable.GetCh anges() Method.

Dec 21 '05 #5
"theiwaz" <ma***********@ ascirum.de> wrote in message
news:11******** **************@ g49g2000cwa.goo glegroups.com.. .
Correct the DataTable class just defines DataTable.GetCh anges() Method.


Hmmm.. Not in front of my work machine at present so cant try this out, but
can a datatable be NULL?

So could the following be used to test for changes to a datatable:

if (DataTable.GetC hanges() != NULL)

?

(not sure about the exact syntax)

Peter


Dec 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4198
by: David Thielen | last post by:
Hi; How can I mark a DataTable as dirty (has changes)? I need to do this because when I add a DataColumn to a DataTable, it does not set HasChanges() to true. thanks - dave
5
1396
by: fh | last post by:
Hello, I modifie one row of a datatable with this code DataRow drCurent = _dsDowntime.Tables.Rows; drCurent.BeginEdit(); drCurent=txbCAuto.Text; drCurent=txbbeg.Text; drCurent=txbEnd.Text;
1
1315
by: Osmosis | last post by:
I have a dataset with several different tables and also a combobox with the names of those tables. I'd like the names in the combobox to be bold when the table has any changes. A dataset has a "haschanges" function, but I can't find the same on datatable level. Does anyone have an idea on how to get the desired result without too much overhead ?
2
1914
by: mrstrong | last post by:
Gday, Have been going through the walkthrough for a distributed application: http://msdn2.microsoft.com/en-us/library/1as0t7ff.aspx and it appears to suggest in the SaveData_Click method that you can check a datatable for changes, ie if (CustomerData.HasChanges())
4
2571
by: Tedmond | last post by:
Dear all, How to code a Web Service function that returns either a DataTable or DataReader to the clients? Or I should use other alternative? Thanks for any help! Tedmond
2
2572
by: Joe | last post by:
Hi I am building a datatable manually and putting in a grid I would like to edit a row then determine that the table has changes and needs to be saved The problem I am having is that all the rows in the datatable have a state of "added" and when I change a row it still has a RowState of Added
1
2081
by: andrewcw | last post by:
I have just 1 table that I am updating, the SQL I use to generate the DataTable is complex using multiple tables, however when I view the fieldnames of the DataTable from the DataSet - everything matches: What dont I understand here: ( The error I get is : Dynamic SQL generation is not supported against multiple base tables ). But My DataSet is 1 Table, and my target is 1 table, Why the error ?? Thanks : try {
1
8958
by: Tedmond | last post by:
Dear all, Is it possible to pass a DataTable as a parameter to a Web function? I have failed to do that. How? Thanks for any help! Tedmond
2
7345
by: RSH | last post by:
Hi, Iam struggling with an application where I am trying to transfer a datarow from one sql server to another instance of sql server. The schmeas may be slightly different and I am getting an exception when they are different. Is there anyway i can modify the code below so that if the schemas are different I can drop the offending column in the appropriate datatable? Thanks, Ron
2
1592
by: mikeficklonni | last post by:
Hello, I am very new to C# and .Net. I may be overlooking something very simple here, however, even after reading several forums I'm still stumped. I can't get the HasChanges method to work. It always returns false. I have a dataset on the form (DSCustRow), which is loaded by a different class. My binding seems to work as the data appears on the form. When I press the save button, I check for changes on the dataset. The result is...
0
8432
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8344
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8764
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7367
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5654
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4180
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4347
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2762
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1752
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.