View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rzaxl rzaxl is offline
external usenet poster
 
Posts: 5
Default sql update problem

I'm using a variable of adodb.connection type to first insert a recoord, and
then update the records aditional fields using the sql update, inserting a
record is know problem, updating the additional fields is proving to be a
problem. when ever I run the program with breakpoints, the sql update
function updates the record know problem; but as i try to execute program
without know breakpoint; it executes succesfully, but it does not updste the
record. It's as if the program was to fast to stop & update the data


--
RzaXL