DataSet and DataSet Designer

Hi,

i am a beginner :(

i created a dataset using the DataSet designer in VS2005 and connected to my tables.

using this data set i can call methods to add row... it does not provide any exception but i do not see added row in my database. what could be wrong. i am presuming that the dataSet created using the Designer automatically connects to the database.. or i am wrong.

here is exactly what i did:

UserDataSet ds = new UserDataSet();

ds.User.AddUserRow("xxx", "yyy", "zzz", "rrr");

is there anything more that is hould do

best regards,

rnv




Answer this question

DataSet and DataSet Designer