Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » CREATE STORE |
CREATE STORE <StoreName> AS <LocalStoreDefinition>|<RemoteStoreDefinition> [DESCRIPTION <Description>] [ATTRIBUTES <CustomAttributes>] <LocalStoreDefinition> = LOCAL PATH <Path> <Path> = Any valid operating system path <RemoteStoreDefinition> = REMOTE ADDRESS <IPAddress>|HOST <Host> PORT <Port>|SERVICE <Service> USER <UserName> PASSWORD <Password> STORE <RemoteStoreName> [SIGNATURE <Signature>] [ENCRYPTED] [ENCRYPTION PASSWORD <EncryptionPassword>] [COMPRESSION <Compression>] [TIMEOUT <Timeout (seconds)>] [PING <PingInterval (seconds)>] <Compression> = 0..9
-- The following statement creates a local Backups -- store using a path name without a drive letter. CREATE STORE "Backups" AS LOCAL PATH '\support\backups' DESCRIPTION 'Support Database Backups' -- The following statement creates a remote RemoteOffice store -- that references the SavedUpdates store on a remote ElevateDB -- Server. CREATE STORE "RemoteOffice" AS REMOTE ADDRESS '64.65.248.118' PORT 12010 USER "MainOffice" PASSWORD 'LogMeIn' STORE "SavedUpdates" DESCRIPTION 'Remote Office Updates'
Deviation | Details |
Extension | This SQL statement is an ElevateDB extension. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |