• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JDBC URLs

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the use of JDBC URLs? what is the rationale behind it?
 
Ranch Hand
Posts: 87
Android Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
> 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>;

--
 
reply
    Bookmark Topic Watch Topic
  • New Topic