> All I see is that ClientSide is faster, so what's the point > of ServerSide? > If you have a large cursor you might want to create it serverside, otherwise you will have to transfer all the data at once via network to the client (client-side) Florian