static public bool PutSettingString(string key, string strvalue) { return(SQLiteConnectionUser.PutSettingString(key, strvalue)); }