G
Guest
HI.
What rules or logic define what numerals are given to cursor constants?
For example:
const adOpenStatic = 3
const adLockOptimistic = 3
const adCmdText = 1
Could these have been set to ANY numeral?
Secondly, I noticed that the constants were set in the code by the previous
programmer but he did not USE them, that doesn't make sense on his connection
in the sql string he still typed out the cursor names.. so I am just trying
to come full circle in understanding so I am using the #'s.
What rules or logic define what numerals are given to cursor constants?
For example:
const adOpenStatic = 3
const adLockOptimistic = 3
const adCmdText = 1
Could these have been set to ANY numeral?
Secondly, I noticed that the constants were set in the code by the previous
programmer but he did not USE them, that doesn't make sense on his connection
in the sql string he still typed out the cursor names.. so I am just trying
to come full circle in understanding so I am using the #'s.