You are currently browsing for
Jdbc Tutorials
 | This gives gentle introduction to JDBC. Explains architecture of JDBC apis. |
 | This tutorial assumes you've correctly setup MySQL database and Connector/J JDBC driver. What are Database URLs in JDBC? URL stands for "Uniform Resource Locator". You will be familiar with HTTP URLs that you normally use to access a web site. URLs are used to identify a resource using a unique name. Same goes for database URLs in JDBC. JDBC requires that all database connection strings should be represented by URLs. |
 | Installing and Configuring MySQL Database and Connecto... Installing and Configuring MySQL Database and Connector/J JDBC Driver on Microsoft Windowsby . Overview Following topic... MySQL Database? How to configure MySQL to use InnoDB tables? (for transaction support) How to configure MySQL to use TC... |