prettitoni
Programmer
Hi everybody. I'm not sure if I should be posting this here or in the SQL Server forum. I need some advice on whether to use a client side or server side cursor. My program (VB 6) is reading from the SQL Server and is used by many people which makes me think I should use a client side cursor. BUT since these people will be making changes to records, I might benefit from a server side cursor. Can someone tell me which cursor location is better for my situation?