B
Buster Coder
Hello,
Just a simple (newbie?) question:
What does the 0x200 mean in this snippet:
rsObj.Open("Customers",connstr,ADODB.CursorTypeEnum.adOpenForwardOnly,ADODB.LockTypeEnum.adLockReadOnly,0x200);
I've seen other examples where instead of 0x200 there is a 0 or 1.
I looked for this in quite a few places but was unable to find a
definitive answer.
Thanks in advance,
Buster
Just a simple (newbie?) question:
What does the 0x200 mean in this snippet:
rsObj.Open("Customers",connstr,ADODB.CursorTypeEnum.adOpenForwardOnly,ADODB.LockTypeEnum.adLockReadOnly,0x200);
I've seen other examples where instead of 0x200 there is a 0 or 1.
I looked for this in quite a few places but was unable to find a
definitive answer.
Thanks in advance,
Buster