Copyright © 2001 Qusay H. Mahmoud
JDBC URLs
lThe JDBC URL takes the following form:
–jdbc:<subprotocol>:<subname>
lThis URL has three parts: jdbc, subprotocol, subname
–The first part is always jdbc
–The subprotocol is the driver
–The third part identifies the database
lExample:
–jdbc:msql://host:port/DB
–