[kernel 0000511]: Diagnose Database shows problems with my database

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Mar 2 17:37:50 CST 2005


On 3/2/05 4:36 PM, "Frank Schima" <macsforever2000 at axint.net> wrote:

> 
> I don't know how to do this. I am using ViSQL to run the Diagnose
> command. I looked at the docs and don't see anything related to this. I
> also tried setting the DebugLevel to EVVerboseLevel.kVeryHigh (and
> kHigh) right after the .Open method in ViSQL but that too doesn't
> change anything in the report.
> 
> How can I do this?

Aha, VSQL,pdf have no latest changes

This is SQL rule

diagnose
    :    "diagnose"^
        (    "database"! (verbose_mode)? (path)?
        |    "table"    table_name_list (verbose_mode)? (path)?
        |    "field"    table_dot_column_list (verbose_mode)? (path)?
        )

verbose_mode
    :    "none"
    |    "low"
    |    "normal"
    |    "high"
    |    "veryhigh"
    ;
    
path
    :    STRING_LITERAL
    ;


-- 
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-beta mailing list