Re: [dba-dev] OO database sort problem

2009-06-23 Thread Frank Schönheit - Sun Microsystems Germany
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

Re: [dba-dev] OO database sort problem

2009-06-23 Thread Fernand Vanrie
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 =

Re: [dba-dev] OO database sort problem

2009-06-23 Thread Frank Schönheit - Sun Microsystems Germany
Hi Fernand, For the first problem: Which database? MySql native connector Hmm, cannot reproduce. Can you give us a table dump (structure only is sufficient)? Thanks Ciao Frank -- - Frank Schönheit, Software Engineer frank.schoenh...@sun.com - - Sun Microsystems

[dba-dev] OO database sort problem

2009-06-22 Thread Robby Robertson
Hello, I have been an OO user for years and mostly love your package, however I recently ran up against the sort bug in OO 3.1.0 Base. Sorting of cells is such basic function of a database that it makes me wonder where ya'll are headed with future releases. All the way back to college, my

Re: [dba-dev] OO database sort problem

2009-06-22 Thread Frank Schönheit - Sun Microsystems Germany
Hi Robby, I have been an OO user for years and mostly love your package, however I recently ran up against the sort bug in OO 3.1.0 Base. Excuse my ignorance, but what exactly is the sort bug in OO 3.1.0 Base? Thanks Ciao Frank -- - Frank Schönheit, Software Engineer

Re: [dba-dev] OO database sort problem

2009-06-22 Thread Fernand Vanrie
Frank , Mechtilde 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