Re: Server Cursor with Joined Tables
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 03/26/04
- Previous message: Martin Plourde: "Re: Server Cursor with Joined Tables"
- In reply to: Richard: "Server Cursor with Joined Tables"
- Next in thread: Richard: "Re: Server Cursor with Joined Tables"
- Reply: Richard: "Re: Server Cursor with Joined Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Mar 2004 20:08:25 -0600
>I have two tables, Table A and table B, that both have primary keys defined
>on them. When I return a result set for each table individually, I am able
>to use a server side cursor. When I try to join table A with table B for a
>single result set, it comes back as a client cursor even if I specify a
>server cursor. This is a problem because the result set is pretty big, and
>starts to take up memory on the client machine. I've tried defining a
>relationship between the two tables but the same problem exists. Does
>anyone know how to join the two tables and have it still be a server side
>cursor?
You don't tell us what database and Oledb driver you are using and that makes a
difference.
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Previous message: Martin Plourde: "Re: Server Cursor with Joined Tables"
- In reply to: Richard: "Server Cursor with Joined Tables"
- Next in thread: Richard: "Re: Server Cursor with Joined Tables"
- Reply: Richard: "Re: Server Cursor with Joined Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|