Good Morning,
I just go this UNO error
BASIC runtime error.
An exception occurred
Type: com.sun.star.uno.RuntimeException
Message: [mscx_uno bridge error] UNO type of C++ exception unknown: "std.runtime_error", RTTI-name=".?AVruntime_error@std@@"!.
when attempting to save my base file. using
DataSource.DatabaseDocument.store()
where
DatabaseContext = createUnoService("com.sun.star.sdb.DatabaseContext")
DataSource = DatabaseContext.getByName(context)
What does this error represent and how can i avoid or workaround it?