
Udate SQL server using disconnected recordsets
I have a 3tier app running on NT4, VB6, and SQL Server 7. Normally to
update data I call stored procedures and pass parameters to them, but in
this case, I have a disconnected recoredset. I would like to reconnect the
recoredset to the server and update the list of records this way. I found
one example in the ADO documentation where it says to use the
RDS.DataControl object. I don't use data controls and I manage everything
through code. Isn't there another way to do this?
Thanks.
--
George Padvorac