What is ADO.NET?
ADO.NET is a set of computer software components that programmers can use to access data and data services. It is a part of the base class library that is included with the Microsoft .NET Framework. Oracle provides ADO.NET Data Provider for Oracle database(Oracle.DataAccess.Client) to access Oracle Database. To access PostgreSQL, you can use Npgsql dataprovider, a native ADO.NET Data Provider for PostgreSQL (Npgsql namespace).
Why Ispirer Toolkit?
Ispirer Toolkit is a database and application migration tool that can help you automatically perform comprehensive assessment and migration of embedded SQL statements (dynamic SQL) as well as ADO.NET provider classes & methods in .NET applications. With Ispirer Toolkit there is no need for extracting SQL statements from application code and convert them separately. The automated conversion tool completes the whole migration process internally.
Conversion features
Ispirer software automates the following migration activities:
Oracle | PostgreSQL |
---|---|
Oracle.DataAccess.Client | Npgsql |
.NET Framework | Oracle | PostgreSQL |
---|---|---|
Connection | OracleConnection | NpgsqlConnection |
Command | OracleCommand | NpgsqlCommand |
DataReader | OracleDataReader | NpgsqlDataReader |
DataAdapter | OracleDataAdapter | NpgsqlDataAdapter |
Parameter | OracleParameter | NpgsqlParameter |
Etc. |
cmd.Parameters.Add(":PAR", OracleDbType.Varchar2, val, ParameterDirection.Input);
cmd.Parameters.Add(":PAR", NpgsqlTypes.NpgsqlDbType.Varchar, ParameterDirection.Input).Value=val;
How to convert?
A detailed description of such an automated database and application migration process can be found at: Embedded SQL and Database Access API Migration
Assessment
The product can be an effective assessment tool for your project. The assessment process is a turn-key solution for estimating efforts and costs of automated migration. For ADO.NET and Dynamic SQL in .NET applications conversion the assessment can involve the following:
Database and application migration tool Ispirer Toolkit automates the entire migration of ADO.NET and Dynamic SQL in .NET applications. This allows you to dramatically decrease conversion risks and significantly reduce in-house efforts. Reasonable pricing strategy makes Ispirer Toolkit even more powerful instrument for such migration type.