Re: [dba-dev] Problem: OpenOffice Base and PostgreSQL stored procedures

2010-02-10 Thread Frank Schoenheit, Sun Microsystems Germany
Hi Marc, I can, however, set the query editor to native SQL mode, then the SQL code is passed as is to the database backend and no error is output. But with native SQL mode, I loose the possibility to have OpenOffice ask the user for parameters. I can only use calls without parameters.

Re: [dba-dev] How to find the Schema name from a dataform using the MySQL native connector?

2010-02-10 Thread Frank Schoenheit, Sun Microsystems Germany
Hi Drew, Specifically the updateSchema name. The property at the dataform returns a null string. The SQLQueryCompoers doesn't seem to have a way. The column objects returned by the composer should have a SchemaName. Remember that the schema basically belongs to the table name, and the