G
Guest
i get this message when i attempt an update in a gridview where i create the
update manuelly.
"Updating is not supported by data source 'dsStkStdData' unless
UpdateCommand is specified. "
Normally i create a number if update commands for each single line on edit
due to the type of data selected (multi tables , ...)
I can get around this by creating a dummy command like select 1 where 1=3
for the update command Then create a an event for the specific item selected.
Is there a method out there that will allow me to use the update command
without having to create a query?
update manuelly.
"Updating is not supported by data source 'dsStkStdData' unless
UpdateCommand is specified. "
Normally i create a number if update commands for each single line on edit
due to the type of data selected (multi tables , ...)
I can get around this by creating a dummy command like select 1 where 1=3
for the update command Then create a an event for the specific item selected.
Is there a method out there that will allow me to use the update command
without having to create a query?