How to insert an image or raw data into database?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of statements? How we can you use preparedstatement.
What is the query used to display all tables names in SQL Server (Query analyzer)?
What do you understand by jdbc driver and explain its types?
What is jdbc architecture in java?
How do you create Connection?
What are the types of jdbc drivers that exist?
What is while rs next ())?
What are the advantages of using jdbc datasource?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Why is jdbc needed?
What is getconnection method in java?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.