Frank Schönheit - Sun Microsystems Germany wrote:
Hi Fernand,

I suppose Robby is pointing to the use of the "filterering" who have a bug

when making a filter with the GUI OO produce SQL a statement like
SELECT * FROM "pmgdbase"."tbl_leveranciers" WHERE ( "pmgdbase.tbl_leveranciers"."Uithangbord" = 'alphadent' ) This gives a error because "pmgdbase.tbl_leveranciers", must been "pmgdbase"."tbl_leveranciers"
Same behavior when using the filter in a form
I filled already a related Issue <http://qa.openoffice.org/issues/show_bug.cgi?id=102793> for it

Hmm, 102793 does not seem to describe the quoting problem from above,
sounds like two different problems.

102793 slipped my attention so far, will have a look.

For the first problem: Which database?
MySql native connector , the ODBC connector do not have this problem
ODBC produce a statementlike : SELECT * FROM `tbl_leveranciers` WHERE ( `tbl_leveranciers`.`Uithangbord` = 'alphadent' )
as you see without using the "schema name"
Which driver? Does somebody know
an issue for this, too?

Thanks & Ciao
Frank



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@dba.openoffice.org
For additional commands, e-mail: dev-h...@dba.openoffice.org

Reply via email to