I have very strange problem with Access 2000.
Sometimes (it does not happen permanently), when I update
DB from my VB application using very simple Insert or
Update SQL statement, nothing happens (Access does not add
new row or update existing one) and I don't get error!!!
I don't use 'On Error Resume Next' or any other error
handlers and I don't send NULL parameters.
My SQL statements are really very simple, for example:

SQL = "Insert Into t1 (f1,f2,f3) Values(1,2,3)"
con.Execute SQL

Any ideas???

Thanks a lot,