A
Arturo
I have constructed a Dataset using visual studio, where tables from my
database were dragged and drop into the dataset design page. I wrote
code to read data from the database by declaring and creating an
instance of the data set, creating a table adapter then filling the
dataset using the table adapter. Now I am capable of retrieving data
from the database, but I am having a hard time understanding how to
save data to the data table.
Can someone please help me.
Thanks,
Arturo
database were dragged and drop into the dataset design page. I wrote
code to read data from the database by declaring and creating an
instance of the data set, creating a table adapter then filling the
dataset using the table adapter. Now I am capable of retrieving data
from the database, but I am having a hard time understanding how to
save data to the data table.
Can someone please help me.
Thanks,
Arturo