URL – PB Docs 126

URL database parameter

Description

The location of the database to which you want to connect
using the JDBC interface.

note.png When to specify URL

You must specify the URL parameter before connecting
to the database.

Controls

  • JDB JDBC

Syntax

Default

None

Usage

The database URL is obtained from the database JDBC driver
documentation. A list of registered Driver classes, with their URLs,
is maintained by the driver’s JDBC DriverManager class.
When a connection request is made, the DriverManager attempts to
locate a suitable driver from those listed.

The URL uses this general format:

Argument

Description

jdbc

Driver

vendor

Database vendor (such as SAP or Oracle)

driverprotocol

Database communications protocol

servername

DNS machine name or database host name

port

TCP/IP port number configured
for accessing the database server

database

(optional) Name of a specific database

The database URL can also include the user ID and password
as follows:

Examples

Example 1

To set the URL to a database accessed through jConnect:

  • Database profile

    Type the following in the URL box on the Connection page in
    the Database Profile Setup dialog box:

  • Application

    Type the following in code:

Example 2

To set the URL to a database accessed through the Oracle JDBC driver:

  • Database profile

    Type the following in the URL box on the Connection page in
    the Database Profile Setup dialog box:

  • Application

    Type the following in code:

Example 3

To set the URL, which includes the user ID and password, to
a database accessed through the Oracle JDBC driver:

  • Database profile

    Type the following in the URL box on the Connection page in
    the Database Profile Setup dialog box:

  • Application

    Type the following in code:

See Also


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x