• select db

    By Niklas Heidloff 1 decade ago

    there seem to be some issues with the db picker which breaks the rest of the code



    I had to replace

    var db = session.getDatabase(viewScope.get("dbServerName"), viewScope.get("dbFilePath"));

    with

    var db = session.getDatabase(getComponent("dbServer").getValue(), getComponent("dbFilePath").getValue());