That's a problem of your data. Searching is always case sensitive! Cheers Henner
> -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im > Auftrag von [EMAIL PROTECTED] > Gesendet: Donnerstag, 16. Juni 2005 10:24 > An: [email protected] > Betreff: [dbforms] case sensitive search > > Hi, > > I do some search in my list page. > i have implemented the search with the scripting vars > > but the search is case sensitive that i don't want. > > Does it exist any solution or config to tell to dbforms, to > do the search without case sensitive or it's a problem with > my Oracle Database. > > expl : > If i search <begin with "ADT"> i have results, if i search > <begin with "adt"> i have no result :-( but i would like have > the same results. > > Thanks, > Pascal > > > Selon Henner Kollmann <[EMAIL PROTECTED]>: > > > Seems that the diskblobs resultset is closed to early. Code in > > DataSourceJDBC.java looks quite different. > > Best would be to copy the code from DataSourceJDBC into the > > classic.Delete class. > > If you succeed, please send me the patch! > > > > Thanks > > Henner > > > > > -----Ursprüngliche Nachricht----- > > > Von: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] Im Auftrag > > > von [EMAIL PROTECTED] > > > Gesendet: Montag, 13. Juni 2005 16:06 > > > An: [email protected] > > > Betreff: [dbforms] delete problem resultset > > > > > > Hi, > > > > > > I'm using Websphere(WSAD5.1.2) dbforms2.5, and i have a delete > > > button on a list page and on a single page. > > > When i want to delete a row of my table i got the exception below > > > (ResultSet is closed), but the row is well deleted ! > > > i have the same JSP as followUp in my dbforms tag, and my > list page > > > in my > > > > > > Does anybody know why ? > > > > > > [13/06/05 15:14:49:031 CEST] 900bde6 Controller E > > > org.dbforms.servlets.Controller TRAS0014I: L'exception > suivante a > > > été consignée : > > > com.ibm.websphere.ce.cm.ObjectClosedException: DSRA9110E: > > > ResultSet est fermé. > > > at > > > com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.runtimeXIfNotClosed( > > > WSJdbcResultSet.java:2631) > > > at > > > com.ibm.ws.rsadapter.jdbc.WSJdbcResultSet.next(WSJdbcResultSet > > > .java:2418) > > > at > > > org.dbforms.event.classic.DeleteEvent.processEvent(DeleteEvent > > > .java:201) > > > at org.dbforms.servlets.Controller.process(Controller.java:309) > > > at org.dbforms.servlets.Controller.doPost(Controller.java:107) > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) > > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > > > > > > > > > > > Thanks you, > > > > > > Pascal > > > > > > > > > > > > ---------------------------------------------------------------- > > > This message was sent using IMP, the Internet Messaging Program. > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: NEC IT Guy Games. How far can > > > you shotput a projector? How fast can you ride your desk > chair down > > > the office luge track? > > > If you want to score the big prize, get to know the little guy. > > > Play to win an NEC 61" plasma display: > > > http://www.necitguy.com/?r > > > _______________________________________________ > > > DbForms Mailing List > > > > > > http://www.wap-force.net/dbforms > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: NEC IT Guy Games. How > far can you > > shotput a projector? How fast can you ride your desk chair down the > > office luge track? > > If you want to score the big prize, get to know the little guy. > > Play to win an NEC 61" plasma display: http://www.necitguy.com/?r > > _______________________________________________ > > DbForms Mailing List > > > > http://www.wap-force.net/dbforms > > > > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration > Strategies from IBM. Find simple to follow Roadmaps, > straightforward articles, informative Webcasts and more! Get > everything you need to get up to speed, fast. > http://ads.osdn.com/?ad_idt77&alloc_id492&op=ick > _______________________________________________ > DbForms Mailing List > > http://www.wap-force.net/dbforms > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
