What are static and dynamic queries?
Answer / shera ahmad khan
Queries that are fiered by using Statement interface are
called Static queries.
Queries that are fiered by using PreparedStatement interface
are called Dynamic queries.
Is This Answer Correct ? | 3 Yes | 0 No |
What is the difference between jdbc and odbc?
How to set NULL values in JDBC PreparedStatement?
What are the conditions applies to varchar variable, when using in procedures?
How do we load the drivers?
Which type of driver provides jdbc access via one or more odbc drivers?
How to handle when the database crashes while reading the data from the database?
What is the limitation of PreparedStatement and how to overcome it?
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 present and what are they?
Does sql allow null values ? Can we use it within where clause ?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
Is jdbc a middleware?