connectivity between oracle 9i and asp.net 2.0
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
Hello Sir/mam some one please tell me source code for connecting oracle 9i and asp.net 2.0 regds venkat
-
Hello Sir/mam some one please tell me source code for connecting oracle 9i and asp.net 2.0 regds venkat
Check out http://www.connectionstrings.com/[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
using System.Data.OleDb; .. . OleConnection con = new OleConnection(Connection string); con.Open();
Thanks Laddie Kindly rate if the answer was helpful