Namespace database parameter
Description
Specifies the .NET Framework data provider to be used to access
data.

You must specify the Namespace parameter before connecting
to the database.
Controls
-
ADO.NET
Syntax
1 |
Namespace='<span>value</span>' |
Parameter |
Description |
---|---|
value |
Specifies a namespace to be used as the |
Default
None
Usage
The .NET Framework data provider for a given DBMS describes
a collection of classes used to access a data source in that format
in the managed space.
Examples
To specify that PowerBuilder should use the System.Data.OleDb
namespace to connect to a database:
-
Database
profileSelect System.Data.OleDb from the Namespace drop-down list
on the General page in the Database Profile Setup dialog box. -
Application
Type the following in code:
1SQLCA.DbParameter="Namespace='System.Data.OleDb'"
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest