Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: problem updating the disconnected recordset


Message #1 by Mark Chen <Mark.Chen@s...> on Fri, 25 Jan 2002 06:45:31 -0600
This has happened to me when I have needed to manipulate the rs for 
reporting purposes, where any changes are not posted to the database.
Usually on a field that I have created in a sp and set to a specific value 
i.e '0 as qtyNeeded', the only way I have found to get round this is to 
use a field from a table referenced in the sp of the same data type as 
that you require i.e 'Qty as qtyNeeded'; as long as I am aware that the 
retrieved values in this field need manipulating before they make any 
sense I have no problems!

Hope this helps.

Tim Perkins

  Return to Index