Wednesday, August 02, 2006
Wednesday, July 19, 2006
Friday, July 14, 2006
Thursday, June 30, 2005
DBAzine.com: Empower Your Developers and End Users with Oracle 9i's New Workspace Feature
DBAzine.com: Empower Your Developers and End Users with Oracle 9i's New Workspace Feature: "Empower Your Developers and End Users with Oracle 9i's New Workspace Feature"
Saturday, June 25, 2005
Oracle Technology Network: Forums
Oracle Technology Network: Forums: "The tnsnames.ora file allows you to define alias names to your DB servers. Instead, you would rather not use an alias and define the DB connection information within the .NET connecting string. You can do this with ODP.NET. For example, you can use the following connection string from C#:
string constr =
'User Id=scott;
Password=tiger;
Data Source=(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = xxxx)(PORT = 1521)) )(CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = xxxx)));';
Just put in the your HOST and SERVICE_NAME information in the data source, create a connection object, and you are done! You can change or add any other connection string information to configure your Oracle connection."
string constr =
'User Id=scott;
Password=tiger;
Data Source=(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = xxxx)(PORT = 1521)) )(CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = xxxx)));';
Just put in the your HOST and SERVICE_NAME information in the data source, create a connection object, and you are done! You can change or add any other connection string information to configure your Oracle connection."
Sunday, June 19, 2005
Saturday, June 18, 2005
Subscribe to:
Posts (Atom)