I am going to use UDL file to create connection.
Is there any difference between UDL file with oracle connection string and MS SQL Server connection string?
Can I use:
DbConnection con = new DbConnection("File Name="+Server.MapPath("\\Conn.udl"));
for both type of connection – oracle and microsoft database? and what
Yes – i have testet it many times with SQL 2000/5/8 and Oracle (9i and 10g)