Connect to ORACLE database using SDKODBC Wrapper
hi everyone,
i have tried connecting to ms access database through SDKODBC Wrapper.
by the same way, i have also created a odbc connection from control panel-> admin tools -> ODBC connections.
for a oracle database.
i have also verified the URI and it says true.
URI is some thing like this,
"odbc://oradb?table=table_1&emp_no='123'#emp_name"
when i am trying to connect with the oracle DB it returns ODBC error
ISDKODBCWrapper::ODBCState mstate = sdk.Query(uri, WideString(newValue));
if (ISDKODBCWrapper::ODBCNormal == mstate)
do i need to configure in DB side so that it works fine?
thanks,
raja.