Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle data base with VC++ DLL

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Sir
presently i'm working PALM OS,
for that , i need to develop a DLL in VC++ as CONDUIT.

here i'm facing the problem with oracle data base.

i can get the data and insert the data through this DLL using MS-Access successfully,

"theRecordSet" is an object of the class which is derived from "CRecordSet".
// theRecordSet.Open(NULL,NULL,NULL); // MS-Access


but the problem when i was trying to insert the data in Oracle database,

theRecordSet.Open( CRecordset::snapshot,"tablename",CRecordset::none); //ORACE

I found the exception like Column not found.

i am giving the table name correct only and i check all the columns are correct only

please make me correct!!!!!!!!!!!!!!

reply me to "rathaiah@duncaninfotech.com"



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top