René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

ODBC connection string for Oracle databases

An ODBC connection string (for Oracle's ODBC client) that can connect to a net service name named ORA10 with the user name fred and his password freds_secret looks like:
Provider=OraOLEDB.Oracle;Data Source=ORA10;User ID=fred;Password=freds_secret;