Jump to content

ADO recordset


Guest prav

Recommended Posts

hi everyone, i had a browse on the net to find an answer of the above question, but no luck. could somebody help me. thank you in advanceWhich of the following code excerpts will return a non-updateable ADO recordset object? (Choose all that apply)A. Set rsRecordset = cnConnection.Execute("SELECT * FROM Transactions")B. rsRecordset.Open "SELECT * FROM Transactions", cnConnection, adOpenKeyset, adLockOptimistic, adCmdTextC. rsRecordset.Open "Transactions", cnConnection, adOpenStatic, adLockReadOnly, adCmdTableD. Set rsRecordset = cnConnection.Execute("Transactions", adOpenStatic, adLockReadOnly, adCmdTable)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...