Error 631

Ruslan Zasukhin sunshine at public.kherson.ua
Fri Feb 13 00:35:24 CST 2004


on 2/13/04 12:17 AM, Charles Yeomans at yeomans at desuetude.com wrote:

> What does error 631 represent? It's not in my kernel docs.


const long errSQL_Expected_SELECT        = 600;
const long errSQL_Expected_FROM            = 601;

const long errSQL_TableNotFound            = 602;
const long errSQL_FieldNotFound            = 603;

const long errSQL_SyntaxError            = 604;
const long errSQL_ReadOnly                = 605;
const long errSQL_Expected_NULL            = 606;
const long errSQL_Expected_LeftBracket    = 607;
const long errSQL_Expected_RightBracket    = 608;
const long errSQL_Expected_Expression    = 609;
const long errSQL_WrongFieldType        = 610;
const long errSQL_NotStringField        = 611;
const long errSQL_Expected_Value        = 612;

const long errSQL_WrongLink                = 613;
const long errSQL_AmbiguousLink            = 614;
const long errSQL_MissingLink            = 615;
const long errSQL_WrongExpression        = 616;

const long errSQL_MixAgregativeAndNormal= 617;
const long errSQL_Expected_Comma         = 618;
const long errSQL_NotEnoughParameters    = 619;

const long errSQL_Expected_TABLE        = 620;
const long errSQL_Expected_WHERE        = 621;
const long errSQL_Expected_INTO            = 622;
const long errSQL_Expected_VALUES        = 623;
const long errSQL_Expected_SET            = 624;
const long errSQL_Expected_ASSIGN        = 625;
const long errSQL_Expected_DOT            = 626;

const long errSQL_Invalid_FieldLength    = 627;
const long errSQL_Invalid_FieldValue    = 628;
const long errSQL_Missing_FieldValues    = 629;
const long errSQL_ExpectedStringConstant = 630;
const long errSQL_Expected_AND             = 631;
const long errSQL_Expected_ONE_FIELD     = 632;


// semantic errors:
const long errSQL_FieldNotFromSelectedTable    = 640;



-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list