Re: Oracle VC++ Connection String!!!
From: Frank Hickman [MVP] (fhickman_NOSP_at_M_noblesoft.com)
Date: 01/03/05
- Next message: Daud: "SQL Connectivity"
- Previous message: Dave_at_LAD: "RE: Import text file with non-standard file ext."
- In reply to: Raj Sharma: "Oracle VC++ Connection String!!!"
- Next in thread: Arnie Mauer: "Re: Oracle VC++ Connection String!!!"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 Jan 2005 00:26:41 -0500
This one works for me...
Provider=MSDAORA.1;User ID=dba;Data Source=TESTDB
Note that the Data Source property is actually the SID created when
configuring the Oracle Client (which is a required component). The Oracle
Client can be created/installed from the Oracle Database CD for the platform
involved. You can also download it from oracle.com for the specific
database you are trying to connect to.
-- ============ Frank Hickman Microsoft MVP NobleSoft, Inc. ============ Replace the _nosp@m_ with @ to reply. "Raj Sharma" <rakesh.bohara@gmail.com> wrote in message news:69913e76.0501020528.13531348@posting.google.com... > Hi Guys, > Can you plz specify the connection string that can be able to > get the data from the Database Oracle, Using VC++ Source.. > > > > Ne Help will be appritiated.... > > > Cheers, > > Raj
- Next message: Daud: "SQL Connectivity"
- Previous message: Dave_at_LAD: "RE: Import text file with non-standard file ext."
- In reply to: Raj Sharma: "Oracle VC++ Connection String!!!"
- Next in thread: Arnie Mauer: "Re: Oracle VC++ Connection String!!!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|