How can I manage special characters when I execute an insert query?
Does sql allow null values ?
How you restrict a user to cut and paste from the html page using java programing?
Describe the steps needed to execute a sql query using jdbc.
How do you know which driver is connected to a database?
Result set’s index starts with 0 or 1?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
What are the advantages of collection pools?
What are the different types of drivers under jdbc?
What is getconnection method in java?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
How to find number of records in result set?
Does jdbc use odbc?