hey folks,
Is it possible to operate a database using RDbNamedDatabase API which has been created using RDbStoreDatabase API?
Currently, this thing is not working for me. I created a database file using RDbStoreDatabase and opened it with RDbNamedDatabase.
There is no error while opening the database but when i try to open a table or view, i get a Dbms 2 panic.
The same database if i create using RDbNamedDatabase and operate it using RDbNamedDatabase , it works fine. Same is the case with RDbStoreDatabase.
Can anyone clarify this issue for me?

Reply With Quote

