Re: Server Cursor with Joined Tables
From: Richard (abbeyroad_at_mindspring.com)
Date: 03/26/04
- Next message: Christopher Davis: "Access "Allow Zero Length" property when creating tables with ADO"
- Previous message: Kirk: "Re: Using TADOConnection in Console App"
- In reply to: Martin Plourde: "Re: Server Cursor with Joined Tables"
- Next in thread: Brian Bushay TeamB: "Re: Server Cursor with Joined Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 26 Mar 2004 13:46:05 -0500
Thanks for the tip, I tried that but I still seem to get that problem. I'm
doing an inner join between the two tables, not sure if that is different
than the union?
"Martin Plourde" <martinplourde@glcp.qc.ca> wrote in message
news:40638955@newsgroups.borland.com...
> Hi,
>
> I've done it with a view on SQL Server. In my view I made some thing like
> « select * from tableA union select * from tableB » and in my application
I
> used « select * from view »
>
> Martin
>
> "Richard" <abbeyroad@mindspring.com> a écrit dans le message de
> news:40631e65@newsgroups.borland.com...
> > 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: Christopher Davis: "Access "Allow Zero Length" property when creating tables with ADO"
- Previous message: Kirk: "Re: Using TADOConnection in Console App"
- In reply to: Martin Plourde: "Re: Server Cursor with Joined Tables"
- Next in thread: Brian Bushay TeamB: "Re: Server Cursor with Joined Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|