Re: error on pure sql send to SqlMapSession

2009-02-02 Thread Betto McRose Gamarra
que locoo excellent, it works perfectly thanks Larry On Mon, Feb 2, 2009 at 10:31, Larry Meadors wrote: > Add remapResults="true" to your select element. > > Larry > -- Betto McRose Gamarra IcarusDB "Soluciones Informáticas" Cel.: +595 992 686947

Re: error on pure sql send to SqlMapSession

2009-02-02 Thread Larry Meadors
Add remapResults="true" to your select element. Larry

error on pure sql send to SqlMapSession

2009-02-02 Thread Betto McRose Gamarra
query to send == SELECT DISTINCT column_name FROM dba_tab_columns WHERE owner = 'WEBUSER' AND table_name = 'users' reference.xml == this works in other places I use, for example with this query SELECT DISTINCT table_name FROM dba_tables WHERE owner = 'WEBUS