Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

URL – PB Docs 2017 – PowerBuilder Library

URL – PB Docs 2017

URL

database parameter

Description

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

When to specify URL

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

Applies to

JDB JDBC

Syntax

Default value

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

Driver


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