| Thread | Last Post | Replies |
|
| Please Help - Java, Database oracle or sybase | 09 Feb 2006 22:26 GMT | 3 |
I am a java programmer used to using oracle database. In my new job, we have oracle plus sybase database. Some applications use oracle and some use Sybase. I am writing framework, so it can be used by all applications.
|
| Need help regarding JDBC | 09 Feb 2006 21:16 GMT | 9 |
I'm using Oracle 8.0 as database..for which i have created a new TNS entry with my own SID. I tried a demo run of my app, which was running fine..and was able to connect to the database as well. Bu recently i have subscribed to a broadband service...and after the same i try to
|
| java or c# please help | 08 Feb 2006 19:27 GMT | 1 |
I am starting a new application, it needs to use db such as access or msde. I know I can do this easily in c# or Java but my question is can I distribute a package as easy if it is created with java and say derby db as I can with windows based. It needs to be click to install ...
|
| How to handle OutOfMemory Exception for large resultset | 08 Feb 2006 15:40 GMT | 9 |
"Mytable" contains more than 79,000 records my query is"select * from Mytable"...while processing Resultset I got OutOfMemory exception. I tried to solve it using cursors as follows.....
|
| need Oracle jdbc connection example source code | 05 Feb 2006 23:31 GMT | 5 |
I am new in jdbc so plz send me Oracle jdbc connection example source code with some explanation
|
| newbie question: processing large database in chunks? | 03 Feb 2006 22:30 GMT | 3 |
When I select * from XX I'm geting an OutOfMemoryError. I'm using JDBC with Mysql, and calls like:
|
| Handling large database | 02 Feb 2006 21:24 GMT | 4 |
We have a large database size( 80 million records). How to handle such a large database effectively using Java?
|