Tags: Elevate Web Builder, New Releases | Permanent Link • 0 Comments |
Tags: ElevateDB, New Builds | Permanent Link • 0 Comments |
// Declare the Car prototype function Car (type) { this.type = type; this.color = "red"; this.drive = function() { return "Vrroommm !!!!!" }; } // Create a Car instance var car = new Car('Ferrari'); car.color = "red"; car.engine = "V8"; alert(car.engine); // where did that come from ! car.drive = function() { return "Wrrrrrrrr !!!!!" } alert(car.drive()); // that's not a sound a Ferrari makes
Tags: JavaScript, Elevate Web Builder | Permanent Link • 8 Comments |
MIRROR_INSERT = 1; MIRROR_UPDATE = 2; MIRROR_DELETE = 3; MIRROR_STARTTRANS = 4; MIRROR_COMMIT = 5; MIRROR_ROLLBACK = 6;
[Mirror Parameters] ; Mirror update interval (default is 1000 milliseconds) Mirror Update Interval=1000 ; Max mirror failure retries (default is 4) Mirror Max Fail Retries=4 ; Mirror session type (0=Local 1=Remote) Mirror Session Type=0 ; Mirror remote session host name Mirror Remote Host= ; Mirror remote session address Mirror Remote Address=127.0.0.1 ; Mirror remote session port Mirror Remote Port=12005 ; Mirror remote session service name Mirror Remote Service= ; Mirror remote session user name Mirror Remote User=Admin ; Mirror remote session password Mirror Remote Password=DBAdmin ; Mirror ping interval (default is 30 seconds) Mirror Remote Ping Interval=30 ; Mirror database (directory if session is local, database name if session is remote) Mirror Database=c:\mirrortarget ; Name of database to mirror Mirrored Database=Source ; Tables to mirror, comma-separated, or single asterisk (*) for all tables (default) Mirrored Tables=*
Tags: DBISAM, Mirroring, Replication | Permanent Link • 2 Comments |
Tags: DBISAM, New Builds | Permanent Link • 0 Comments |
Products | Renewal Price |
DBISAM and ElevateDB Standard and Standard with Source Code | $99.00 |
DBISAM and ElevateDB Client-Server and Client-Server with Source Code | $159.00 |
Elevate Web Builder | $99.00 |
Tags: Subscriptions | Permanent Link • 0 Comments |
This web page was last updated on Friday, May 3, 2024 at 10:28 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |