I m writing one application and want to make it opensource. My app uses access database, and i created manually the datasource using run->odbcad32. When I post that app in site , those who download ne
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I want to create a JDBC Realm for my web app. Since my users are very different from each other i need to have just one table, with the usernames and passwords for the realm, i decided to create a new
I am working on building a web service from scratch with JDBC for postgreSQL. thing is that the operations given in the wsdl file do n开发者_如何转开发ot show the corresponding database relation (Sche
Hey. I\'m trying to return a cursor object to my activity where its gonna be used in a SimpleCursorAdapter, but Im having a close() was never explicity called error. I cant find any solution for this
My tomcat 5 server running on centos frequently (several times / day) produces the following error: Apr 7, 2011 11:02:30 PM org.apache.catalina.loader.WebappClassLoader loadClass
On update of any data of any of the field it giving error like: Driver loaded statement is created java.sql.SQLException: General error
I wrote a query of the form: select .... where x.y 开发者_如何学Pythonin (?) union select .... where p.y in (?) and a.b not in (?)
we use getMetaData() on every cursor returned from the oracle stored procedure call. With ojdbc5 we dont have spike in number of metadata sql\'s executed and average time. But with ojdbc6 we see spik
I want to make a little application. That will have register, save, update, delete, login for user. This will be in JSP. I know JSP very well.