Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread "CREATE TABLE" broken after upgrade to EDB 2.05 Build 14
Wed, Sep 28 2011 3:03 AMPermanent Link

TonyWood

Hi All,

I recently upgraded from 2.05 build 10 to build 14, and my Create Table queries have stopped working,
e.g.

CREATE TABLE "Promotion"
(
"PromotionCode" INTEGER  DESCRIPTION 'Promo number',
"PromotionStatus" INTEGER DEFAULT 0   ,
"PromotionName" VARCHAR(40) COLLATE "ANSI_CI"
)
DESCRIPTION 'Promotions'
VERSION 1.00
READWRITE
UNENCRYPTED
;
gets
ElevateDB Error #700 An error was found in the statement at line 9 and column 1 (Expected end of expression but instead found READWRITE)

Has the syntax changed or is this a installation / configuration error on my part.
Thanks in advance

Tony Wood
Wed, Sep 28 2011 3:38 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tony


Is there a build 14 - the latest announcement I've had is for build 11 on 25/8/11

Roy Lambert
Wed, Sep 28 2011 4:15 AMPermanent Link

TonyWood

Good catch Roy, I've just downgraded to 203b14

sorry <sheepish grin>
Wed, Sep 28 2011 4:53 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Tony


So like me you keep all the previous versions?

To make things easy on myself I have, for download, a DBISAM directory and an ElevateDB directory. The DBISAM is static but in the ElevateDB one I have a Version1 sub directory and a Version2 subdirectory. Prior to downloading the new version I move the last version into the Version2 subdirectory so only the latest version is directly in ElevateDB.

Until Tim starts naming them something like Looney Leopard it saves wear and tear on my eyes.

Roy Lambert
Image