What is in term of jdbc a datasource?
No Answer is Posted For this Question
Be the First to Post Answer
How to get the Database server details in java program?
What are the three parts of a jdbc url?
Where can I find info, frameworks and example source for writing a JDBC driver?
how to use CallableStatement? specially how to use their index given ..
How do I insert an image file (or other raw data) into a database?
What is JDBC?
3 Answers Akamai Technologies,
What is the difference between execute, executeQuery, executeUpdate?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
What is the difference between ExecuteUpdate and ExecuteQuery?
How can I determine where a given table is referenced via foreign keys?