Dear All,

I would like to ask about ADO connection. I'm using ADO version 2.1 for my Visual Basic application / project.

My question is...
Are there any differences between :

===================================
Connection.CursorLocation = adUseServer

and

Connection.CursorLocation = adUseClient
===================================

What are the differences between two of them... ???
Which one is faster ???
Will it impact the speed of my application while I'm using adUseServer or while I'm using adUseClient ???

Thx in advance nd Need reply / answer....

Regards,
Wille