G
Guest
I have a situation where I need to join numerous tables in order to display
data to the user. The user will be allowed to update the information.
I am creating my data adapter and dataset in Visual Studio. However, Visual
Studio will not create insert, update, or delete commands for this dataset. I
understand this is because I have linked tables.
Are there any options to do my query another way so Visual Studio will
create the update, insert, and delete commands? I was hoping to be able to
avoid having to manually write these.
I was wanting to use a sql view, but that may not be possible. asp.net web
application using sql server 2000 database
data to the user. The user will be allowed to update the information.
I am creating my data adapter and dataset in Visual Studio. However, Visual
Studio will not create insert, update, or delete commands for this dataset. I
understand this is because I have linked tables.
Are there any options to do my query another way so Visual Studio will
create the update, insert, and delete commands? I was hoping to be able to
avoid having to manually write these.
I was wanting to use a sql view, but that may not be possible. asp.net web
application using sql server 2000 database