Connectivity Guide
: 9. Understanding .NET Data Provider Connectivity
Share this page
Understanding .NET Data Provider Connectivity
Getting Started
.NET Data Provider
.NET Data Provider Architecture
Code Access Security
.NET Data Provider Classes
Data Types Mapping
IngresDataReader Object--Retrieve Data from the Database
ExecuteNonQuery Method--Modify and Update Database
How Database Procedures Are Called
Integration with Visual Studio
Application Configuration File--Troubleshoot Applications
Obtain File Version of the Data Provider
Getting Started
Basic connection string example:
Server=myhost1;Port=VW7;db=mydb
where Port is the target installation ID followed by a 7 or a numeric port value.
For more information, see
Connection String Keywords
.