A little snippet below:
Set rsContactList = Server.CreateObject("ADODB.Recordset")
With rsContactList
.PageSize = 2
.CacheSize = 2
.ActiveConnection = objDBConn
.CursorLocation = adUseClient
end with
adUseServer = 2
aduseclient = 3
Set rsContactList = Server.CreateObject("ADODB.Recordset")
With rsContactList
.PageSize = 2
.CacheSize = 2
.ActiveConnection = objDBConn
.CursorLocation = adUseClient
..............
Trevor Benedict R
Software Engineer
Mastech Malaysia Sdn Bhd
"Ron" <ronk...@home.com> wrote in message news:010e01c14a17$4e7ca7a0$96e62ecf@tkmsftngxs03...