hi

1) in the "rs.open" v ve 4 options for the parameter 'cursortype' .
wats the diff b/w the four.
for e.g when i use 'opendynamic' n try to get the rs.recordcount, i get the value= -1
when use 'openstatic' i get the correct recordcount
WHY??

2)how do i refresh my recordset after deleting or inserting a record through sql query.
i already used , rs.updata' n 'rs.updatebatch' n 'rs.save' but nothing works.

3)is there any method or somethin dat will tell me wether a control has been clicked or not. for e.g suppose i click a button1. after dat i click button2, now how can i get to know that the button1 was clicked.

thankyou