Jump to content
  • 6.1 - Database field definitions

    6.1 - Database field definitions

    VBScript

     

    This is how the PersistentVariables table with it's fields is defined: 

     

    PersistentVariables
    ---------------------------------------------------------------------------------
    PersVarID   int                unique id of variable
    Name        nvarchar(50)       variable name
    Value       nvarchar(1024) *   value of variable
    Scope       int                scope of variable
    UserID      int *              SwyxWare UserID who is granted access (SCOPE_USER)
    NameSpace   nvarchar(128) *    Name of Namespace (SCOPE_NAMESPACE)
    
    * = Allow Nulls

     

     


    Tom Wellige
     Share


     Share




×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and have taken note of our Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.