| Thread | Last Post | Replies |
|
| Which database can be used in memory? | 10 Apr 2006 18:05 GMT | 3 |
I don't need a server-client database . Which database can be used in memory? Thank you in advance Java Free Ebooks and free web chart(not demo)
|
| Trying to build a library system.. | 10 Apr 2006 06:59 GMT | 3 |
Hi All.. I'm trying to write a program in java that would look something like the following: ======================
|
| Using Apache Derby in Tomcat application | 09 Apr 2006 07:08 GMT | 2 |
Heya, I'm trying to integrate Derby as an embedded db into the Roller web log app on Tomcat. All the FAQs and install instructions describe how to 1. create the jdbc/rollerdb JNDI resource and DataSource in the
|
| Microsoft][ODBC Driver Manager] Invalid cursor state -getting this error,please help | 07 Apr 2006 11:58 GMT | 1 |
code:this code is to save a record: 'm getting error when i click save button. this is what the modify button does.please help me in this regard. thanks in advance
|
| not getting an error but this code is not working properly. | 07 Apr 2006 11:57 GMT | 2 |
this code is to delete a record from an access database.there is no error but the record is not getting deleted from database. please help me in this regard. thanks in advance.
|
| SQl exception for using getPrimaryKeys() of DatabaseMetaData | 06 Apr 2006 09:49 GMT | 1 |
iam getting runtime error when i use getPrimaryKeys() method. th following is the code and the sql exception generated. ///////////////////////////////////////////////////// Program: TestDb.jav
|
| Interrupt blocked database query | 04 Apr 2006 00:20 GMT | 4 |
I know this has been discussed often, but I still can not find a good solution. I want to write an application where in one thread a database query is run against an oracle db. This query could run into a deadlock so I have to monitor this in another thread and react accordingly.
|
| connecting to db from a stand-alone class... | 03 Apr 2006 18:27 GMT | 4 |
I'm trying to connect to db from a stand-alone class (have done it many times from Tomcat); so copied mysql-connector-java-3.1.6-bin.jar from Tomcat/common/lib to jre/lib and put it in the classpath at compile time, thus:
|
| difference between jdbc2_0-stdext.jar and ojdbc14.jar | 03 Apr 2006 07:56 GMT | 4 |
Can anyone please explain me what the following two jar files do: 1. ojdbc14.jar 2. jdbc2_0-stdext.jar - Can they co-exist in the tomcat lib directory?
|
| newbie architecting j2ee app accessing database | 02 Apr 2006 08:55 GMT | 3 |
I am relatively new to j2ee applications. Currently I have 5 files (5 java objects) that access databases and are being called by my servlet. I am creating one database connection per object and that connection is reused each time that object wants to access the database.
|