Originally posted by miguel lisboa:
thanks again, but as for persisting to a text file, is that a poor idea?
Originally posted by Dakshayani Cc:
what is the exact definition of serialization of objects in java
Originally posted by Rajah Nagur:
It is not good practice from performance perspective to hold on to a ResultSet. ResultSet opens a cursor to the database.
Originally posted by Prakash Rao Laknepalli:
Hi,
Is there any way to copy the contents(fully/partially) one Resultset object to another say, like i want to copy 10th to 20th records of rs1 to rs2.
Originally posted by rita aiyar:
i wanted 2 know how can i do multiple updates in the database at d same time using JSP.
Originally posted by Jasiek Motyka:
Hi,
I wonder if the following SELECT is correct
The strange thing is that the inner select, alone, executes in 60s
but the whole statement as above in only 2s.
Why is that and is it correct?
Originally posted by Sudheer Yeddu:
Some of the tables in my Source Database(HSQL) have reserved words like "USER", "CLOSE", "OPEN"...etc
Originally posted by Binu Sen:
Your table does not have any column called UID....
Originally posted by Animesh Dutta:
hi
I am using Oracle 9i as my database. In this i have to save some jpg images. How it can be done, can any body help me as this totally new thing for me. If some code or syntax for inserting and retreiving through database will be very useful for me.
Thanx in advance.
Originally posted by Shital Supase:
How to insert a record / tuple into the table / relation using select statement.
Originally posted by Mark Spritzler:
The sequence tables can go to a very very large number,
Originally posted by Carlos Juan:
Hi,
I have an application that shows the data based on the search criteria, shows 10 records a time. I have a table with 1000+ records. When I run the following select it returns me the 1st 10
Now if I run the following it does not return me any data
Any help is appreciated. Thanks