M
MikeD
Hello,
I'm trying to use VS 2003 to develop an application rather than just hand
codeing it, but it does things a little diferently to the way I would
normally. My current situation is that I wish to save text entered into
textboxes on my form to a SQL2000 database.
Using the VS tools I have dragged a table onto the page and it creates the
adapter and connection strings along with a whole load of preformatted
commands. I then created a dataset using the wizard and have successfully
populated it with data from the adapter. I wish to use the Insert command
generated by the wizard to pass info back to the database but need pointing
in the right direction.
Does anyone know if I can use the preformatted strings or should I just
revert to what I know works and hand code it?
Cheers,
<M>ike
I'm trying to use VS 2003 to develop an application rather than just hand
codeing it, but it does things a little diferently to the way I would
normally. My current situation is that I wish to save text entered into
textboxes on my form to a SQL2000 database.
Using the VS tools I have dragged a table onto the page and it creates the
adapter and connection strings along with a whole load of preformatted
commands. I then created a dataset using the wizard and have successfully
populated it with data from the adapter. I wish to use the Insert command
generated by the wizard to pass info back to the database but need pointing
in the right direction.
Does anyone know if I can use the preformatted strings or should I just
revert to what I know works and hand code it?
Cheers,
<M>ike