what does this ADO OPEN Method do?

Posted by every_answer_gets_a_point on Stack Overflow See other posts from Stack Overflow or by every_answer_gets_a_point
Published on 2010-05-13T00:12:08Z Indexed on 2010/05/13 0:14 UTC
Read the original article Hit count: 110

Filed under:
|
|
|
|

in plain english can you explain to me what happens here:

rs.Open "batchinfo", oConn, adOpenKeyset, adLockOptimistic, adCmdTable

what i need to do is to be able to insert values into a table called batchinfo. would this be the best way to do an OPEN?

the only thing i would be doing is inserting values.

© Stack Overflow or respective owner

Related posts about vba

Related posts about excel-vba