hi,
I get my app connecting to a sql2005 database and can query the table and
display as i wish.. one record at a time. now, I want the user to be able
to delete or modify whatever record they are on. I am still learning this
and i am using the gui xsd to create my connection and adapter and dataset.
I am really strugling with how i can use this gui to do the update() or
delete or add. how can I do this using the gui tool? I figured if i could
use the tool and then see how MS does it.. i could get some insight on the
inner workings before venturing out to write my own classes....
I get my app connecting to a sql2005 database and can query the table and
display as i wish.. one record at a time. now, I want the user to be able
to delete or modify whatever record they are on. I am still learning this
and i am using the gui xsd to create my connection and adapter and dataset.
I am really strugling with how i can use this gui to do the update() or
delete or add. how can I do this using the gui tool? I figured if i could
use the tool and then see how MS does it.. i could get some insight on the
inner workings before venturing out to write my own classes....
Comment