going crazy - object.update method not found!!!!! 
Author Message
 going crazy - object.update method not found!!!!!

this is driving me crazy
for vb 4.0 on nt 4.0 sp3
other progs i have written on same machine work ok
trying to add recs to a table,
    start with 'recset.addnew',
    populate the table fields,
    end with 'recset.update' but de{*filter*} informs that 'method or data
member not found' and has the .update highlighted
the other progs that work ok have either 'microsoft dao 3.0 library' or
'microsoft dao 2.5/3.0 compatability' reference objects selected and at the
end of the priority list and have no problem
i have had the problem before but selecting either of 2 references always
solved,
please help before i go bonkers


Tue, 08 Apr 2003 03:00:00 GMT  
 going crazy - object.update method not found!!!!!
Check if your table , that you are trying to update has a Unique key.
Also check the properties of recordset you are opening. make sure that
you have choosen 'read-only' as false.

I hope this helps.


Quote:
> this is driving me crazy
> for vb 4.0 on nt 4.0 sp3
> other progs i have written on same machine work ok
> trying to add recs to a table,
>     start with 'recset.addnew',
>     populate the table fields,
>     end with 'recset.update' but de{*filter*} informs that 'method or data
> member not found' and has the .update highlighted
> the other progs that work ok have either 'microsoft dao 3.0 library' or
> 'microsoft dao 2.5/3.0 compatability' reference objects selected and at
the
> end of the priority list and have no problem
> i have had the problem before but selecting either of 2 references always
> solved,
> please help before i go bonkers



Mon, 14 Apr 2003 21:42:44 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Cast not valid - going crazy

2. Going crazy, says object is closed yet I never told it to

3. Referrer Property of Document Object not updated using Navigate method of webbrowser controller

4. Seek method not found for my ADODB.Recordset object

5. Going insane: ApplyFilter method is NOT working, help

6. Not goes to On Error label when rsTable.update crash

7. Not goes to On Error label when rsTable.update crash

8. Please, save a soul from going crazy ...

9. going crazy with Instr

10. I'm going crazy..

11. help me please ..i'm going crazy

12. Help Please with UploadFile---Going Crazy

 

 
Powered by phpBB® Forum Software