| Author |
JDBC URLs
|
RajivAwadhesh kumar
Greenhorn
Joined: May 20, 2011
Posts: 24
|
|
|
What is the use of JDBC URLs? what is the rationale behind it?
|
 |
Aniket S. Kulkarni
Ranch Hand
Joined: Jun 15, 2011
Posts: 86
|
|
When using the Java runtime engine, databases are referenced using JDBC URLs. The syntax of these URLs depends on the database driver you are using.
The below links may help you:
JDBC URLs
JDBC URLs : This link is very useful.
|
Aniket Kulkarni
Oracle Certified Professional, Java SE 6 Programmer.
|
 |
steve davis
Greenhorn
Joined: Oct 20, 2011
Posts: 3
|
|
> According to RFC-1738, section 5, a generic URL has the format
That RFC has been superseded.
> This document defines the generic syntax of URI,
> including both absolute and relative forms, and
> guidelines for their use; it revises and
> replaces the generic definitions in RFC 1738 and RFC 1808.
<http://www.ietf.org/rfc/rfc2396.txt>
--
|
 |
 |
|
|
subject: JDBC URLs
|
|
|