07-26-2009, 11:56 AM
Hi,
I tried to get the count from some table but didn't suceed.
One of my colleague asked me to add the following lines in DB Connection query:
Const adOpenStatic = 3
Const adLockOptimistic = 3
Const adUseClient = 3
Can anybody please explain what are these variables and why do we need to add these constant variables.
Thanks,
Mona
I tried to get the count from some table but didn't suceed.
One of my colleague asked me to add the following lines in DB Connection query:
Const adOpenStatic = 3
Const adLockOptimistic = 3
Const adUseClient = 3
Can anybody please explain what are these variables and why do we need to add these constant variables.
Thanks,
Mona