Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Another #700
Fri, Jan 26 2007 12:37 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

In your cdcollector example I've just tried deleting the directory you have and creating a new one called data (imaginative eh) and the engine doesn't like

    SQL.Add('"CoverArt" BLOB COMPRESS 6,');

I think. At least it tells me

Project cdcollector.exe raised exception class EEDBException with message 'ElevateDB Error #700 An error was found in the statement at line 11 and column 17 (expected PRIMARY, UNIQUE, FOREIGN, REFERENCES, CHECK but instead found COMPRESS)'.

Roy Lambert
Fri, Jan 26 2007 2:15 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Roy,

<< In your cdcollector example I've just tried deleting the directory you
have and creating a new one called data (imaginative eh) and the engine
doesn't like

SQL.Add('"CoverArt" BLOB COMPRESS 6,');

I think. At least it tells me >>

It's a mis-type, it should read COMPRESSION 6, not COMPRESS 6.  That's a
DBISAM artifact in my brain. Smiley

--
Tim Young
Elevate Software
www.elevatesoft.com

Image