Server Cursor with Joined Tables
From: Richard (abbeyroad_at_mindspring.com)
Date: 03/25/04
- Next message: Richard: "Re: Multiple-step Operations Generated Errors!"
- Previous message: John Faris: "TAdoBlobStream read error"
- Next in thread: Martin Plourde: "Re: Server Cursor with Joined Tables"
- Reply: Martin Plourde: "Re: Server Cursor with Joined Tables"
- Reply: Brian Bushay TeamB: "Re: Server Cursor with Joined Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 25 Mar 2004 13:01:11 -0500
Hello,
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? Thanks!
Richard
- Next message: Richard: "Re: Multiple-step Operations Generated Errors!"
- Previous message: John Faris: "TAdoBlobStream read error"
- Next in thread: Martin Plourde: "Re: Server Cursor with Joined Tables"
- Reply: Martin Plourde: "Re: Server Cursor with Joined Tables"
- Reply: Brian Bushay TeamB: "Re: Server Cursor with Joined Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|