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"
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"