JDBC Section Index | Page 6

How can I execute multiple select queries with a single executeQuery()?

How does one get column names for rows returned in a ResultSet?

I have an application that queries a database and retreives the results into a JTable. This is the code in the model that seems to be taken forever to execute, especially for a large result set:

What are the considerations for deciding on transaction boundaries?

What is the JDBC syntax for using a date literal or variable in a standard Statement?

Can I use JDBC to execute non-standard features that my DBMS provides?

How can I determine where a given table is referenced via foreign keys?

How can I get information about foreign keys used in a table?

Is there a standard JDBC means of creating a database?

Does anyone know of a JDBC driver for SQL Server 2000 that supports Windows Authentication?ase.

What is DDL?

What is DML?

What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?

What is a JDBC 2.0 DataSource?

What types of DataSource objects are specified in the Optional Package?

About | Sitemap | Contact