Remotely connecting to Oracle using ASP.net

MaluMan

Member
Nov 23, 2002
183
0
0
i'm a noob to both asp.net and Oracle, but i'm working on a project where I have my webserver and db server on two different machines, can anyone help me out with asp.net and how to connect to oracle remotely using asp.net?? or just normal asp???

if not asp.net, any other solutions?? php?

thanks for the help
 

oog

Golden Member
Feb 14, 2002
1,721
0
0
OleDbConnection conn = new OleDbConnection(connectionString);
conn.Open();