|
the constant names are there to put a "friendly face" on values and make code more readable. (as with all constants).
objRS.Open strSQL , objConn, adOpenStatic, adLockReadOnly, adCmdText
is simpler to read than
objRS.Open strSQL , objConn, 3, 1, &H0001
but both mean exactly the same thing
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|