• Can't use ConnectionManager with jdbcRowSet

    By Slawomir Ruszkiewicz 1 decade ago

     

    Getting error trying this code:

    <xe:jdbcConnectionManager id="SQL" connectionName="SQLConnection"> </xe:jdbcConnectionManager>
    

    <xp:this.data>

    &lt;xe:jdbcRowSet var=&quot;klienci&quot; sqlQuery=&quot;select * from table order by id&quot; connectionManager=&quot;SQL&quot;&gt;
    

    </xe:jdbcRowSet>

    &lt;/xp:this.data&gt;
    

    Error:

    Error while reading the relational data

    Unknown ConnectionManager SQL

     

    JDBCQuery works just fine.