hello im trying to connect oracle with my lil c charp written app but i duno how to connect...i hav a code that looks like this:
using System;
using System.Data;
using System.Configuration;
//using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using...