Icon View Incident Report

Serious Serious
Reported By: Andrew Hill
Reported On: 6/12/2008
For: Version 2.00 Build 1
# 2654 CREATE STORE Causes AV for Remote Store

Running local mode I have no problem creating local store, but get an AV when I try to create remote store.

Query1.SQL.Clear;
Query1.SQL.Add('CREATE STORE "Remote" AS REMOTE ADDRESS '+Chr(39)+'127.0.0.1'+Chr(39)+' PORT 12010 USER "Administrator" PASSWORD '+Chr(39)+'EDBDefault'+Chr(39)+' STORE "Local" DESCRIPTION '+Chr(39)+'Remote SymbioteIT Database'+Chr(39)+' ;');
Query1.ExecSQL;



Comments Comments and Workarounds
The workaround is to use single quotes around the user name instead of double quotes. EDB incorrectly expects single quotes in 2.00 B1. The manual had the correct syntax for the user name in the CREATE STORE example for a remote store. The user name is an identifier, and as such should be enclosed in double quotes.


Resolution Resolution
Fixed Problem on 6/13/2008 in version 2.00 build 2


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image