all Java qts are imp ?
What does the jdbc resultsetmetadata interface?
Why do we need a jdbcrowset like wrapper around resultset?
How to check null value in JDBC?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
How many types of jdbc drivers are there?
what does the method Class.forName returns?
How data can be inserted into long row column of database?
How to insert an image or raw data into database?
What are the measures to connect to the db using jdbc?
What is the return type of execute, executequery and executeupdate?
What are the basic exceptions in jdbc?