![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 Manual for RAD Studio XE6 (C++ Win64) » Using ElevateDB » Creating and Using Stores |
| Type | Description |
| Local | A local store simply points to a local path that is accessible from the current process. |
| Remote | A remote store is a "virtual" store that is defined locally but actually points to another store on a remote ElevateDB Server. This abstraction of remote stores make the stores very useful because you can transfer files between different machines by simply copying a file from a local store to a remote store, and vice-versa. |
{
MySession->Execute("COPY FILE \"MyBackup.EDBkp\" IN STORE \"LocalStore\" "+
"TO \"MyBackup.EDBBkp\" IN STORE \"RemoteStore\"");
}This web page was last updated on Tuesday, September 16, 2025 at 04:56 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

