View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default sql update problem

You will need to show some code.

RBS


"rzaxl" wrote in message
...
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