![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » ElevateDB Technical Support » Support Forums » ElevateDB General » View Thread |
Messages 1 to 7 of 7 total |
![]() |
Tue, Jul 29 2008 6:49 AM | Permanent Link |
Leslie | Tim,
I would like to do some selection on the remote side and then join the rest of the tables locally. How is a query executed when it contains a mix of local and remote database tables? Leslie |
Tue, Jul 29 2008 11:33 AM | Permanent Link |
Leslie | Well, this is not possible at all, right?
![]() |
Tue, Jul 29 2008 12:06 PM | Permanent Link |
"Eduardo [HPro]" | Leslie
> I would like to do some selection on the remote side and then join the > rest of the tables > locally. How is a query executed when it contains a mix of local and > remote database tables? You can´t mix local and remote databases. One solution to this could be transfer local to remote or remote to local and execute the selection in the appropriate place. Eduardo |
Tue, Jul 29 2008 12:50 PM | Permanent Link |
Leslie | Eduardo
You mean something like this? insert into LocalDB.SomeClients Select * from RemoteDB.AllClients where [filter condition]; Select * from LocalDB.SomeClients Join LocalDB. .... Leslie |
Tue, Jul 29 2008 2:05 PM | Permanent Link |
Roy Lambert NLH Associates ![]() | Leslie
I don't think that will work. I may be wrong but I don't think you're allowed to cross session boundaries. What about using the replication features? If not you'll have to (I think) generate a temporary table on the server side, stream that across to the local machine and proceed from there. Roy Lambert [Team Elevate] |
Tue, Jul 29 2008 5:22 PM | Permanent Link |
Tim Young [Elevate Software] Elevate Software, Inc. ![]() | Leslie,
<< I would like to do some selection on the remote side and then join the rest of the tables locally. How is a query executed when it contains a mix of local and remote database tables? >> It isn't. ![]() single query. The alternative is to stream the result set to a local table (can be a temporary table) using SaveToStream/LoadFromStream, and then issue the query locally. -- Tim Young Elevate Software www.elevatesoft.com |
Wed, Jul 30 2008 5:37 AM | Permanent Link |
Leslie | Tim & Roy,
Thank you! Leslie |
This web page was last updated on Wednesday, July 2, 2025 at 06:46 PM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |