Hi together,
i just created a table on a oracle database:
USERNAME (VARCHAR2(50))
KEYWORD (VARCHAR2(100))
I also created an RDB cube to edit the KEYWORD in board using a dataview (data entry allowed).
The changed KEYWORD wont be saved in the database and i just get the following error message in the SQL Log:
The object of type BoardDBConnection.BoardDbConnectionWrapper cannot be converted to type System.Data.Odbc.OdbcConnection.
Any hints or tips?
THX
Paul