I'm an ASP/VBScript newbie and I am trying to understand the different methods of coding for and asp form. In the statement below, which I've seen many times, what does 2, 2 represent? I've also seen different numbers other than 2, 2. How do you know what numbers to use and what they represent?
rs.open "myTable", conn, 2, 2
Also, what's the difference between the above statement and:
rs.open "myTable", conn
Is there a reason why you'd use one method over the other?
Thanks for any help in clearing this up!
rs.open "myTable", conn, 2, 2
Also, what's the difference between the above statement and:
rs.open "myTable", conn
Is there a reason why you'd use one method over the other?
Thanks for any help in clearing this up!