Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate an oracle database with an asp.net web application?

How to integrate an oracle database with an asp.net web application?... Any good tutorial to start with?

like image 878
Priyaa Muthuraman Avatar asked Nov 05 '22 12:11

Priyaa Muthuraman


1 Answers

This link might help you:

In this article, I'll explain the basic yet essential processes involved in building a C# or Visual Basic .NET application that uses an Oracle database, including:

  • How to add project references to support Oracle class libraries in your .NET project
  • How to create Oracle Database connection strings
  • How to work with Connection, Command, and DataReader objects
like image 56
Pranay Rana Avatar answered Nov 14 '22 20:11

Pranay Rana