Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-17 Thread Robert Großkopf
Hi Paul, > > Opening the "2 Amps to Volts-High by Series" There seems to be something wrong in the saved query, which isn't shown while editing the query. For other users: 1. I have tested to execute the query. 2. Execution fails. 3. I opened the query in design-view. 4. I executed the query.

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-17 Thread Paul D. Mirowsky
Ok, this is what happened. Opening the "2 Amps to Volts-High by Series"     By main "Queries", right click and choose "Edit"         In view, changed 134 to '134'             Message: Warning    The entered criterion cannot be compared with this field.         Remove 134 from Series and

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-16 Thread Robert Großkopf
Hi Paul, > Ok, things are narrowing down on this issue. > > I have a Query Design view in which I have a field Series set to 134. > > I remove the 134 and press enter. > > Run Query (F5) > > It works. Save it at this point. Don't switch back. Does this work? Then try "Equipment"."Series" =

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-16 Thread Drew Jensen
On Wed, Jan 16, 2019 at 2:46 PM Paul D. Mirowsky wrote: > When editing the query, it works using RunQuery (F5) > > After editing and it is working, I save the Query. > > Then clicking on the saved Query from main Query window results in error > again. > IDK on that, haven't seen that particular

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-16 Thread Paul D. Mirowsky
When editing the query, it works using RunQuery (F5) After editing and it is working, I save the Query. Then clicking on the saved Query from main Query window results in error again. On 1/16/2019 1:06 PM, Drew Jensen wrote: So, can you open that Query definition, the one that raised the

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-16 Thread Drew Jensen
Sorry - that last email wen to the wrong mailing list - please disregard it here. On Wed, Jan 16, 2019 at 1:14 PM Drew Jensen wrote: > Before I forget - the files used for to gather these runtime numbers are > found here: > https://gerrit.libreoffice.org/#/admin/projects/benchmark > > There are

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-16 Thread Drew Jensen
Before I forget - the files used for to gather these runtime numbers are found here: https://gerrit.libreoffice.org/#/admin/projects/benchmark There are five xls files with an explanation as to what the spreadsheet is evaluating. They are 4 years old it looks like but seem to be as good as I've

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-16 Thread Drew Jensen
So, can you open that Query definition, the one that raised the error when you double clicked on it, in design view and Run it and it works? Is that what you are saying? Thanks On Wed, Jan 16, 2019 at 12:17 PM Paul D. Mirowsky wrote: > Ok, things are narrowing down on this issue. > > I have

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-16 Thread Paul D. Mirowsky
Ok, things are narrowing down on this issue. I have a Query Design view in which I have a field Series set to 134. I remove the 134 and press enter. Run Query (F5) It works. Add back in 134 to Series field. It works Save it and save the database. Double click on the query to run it.

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-15 Thread Paul D. Mirowsky
I am receiving the following error when opening a query. firebird_sdbc error: *Dynamic SQL Error *SQL error code = -104 *Invalid usage of boolean expression caused by 'isc_dsql_prepare' The table names are: Amps   Volts-High The two tables involved both have one boolean field each, so I

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-14 Thread Robert Großkopf
Hi Paul, as Dan wrote: Post the code of the query (opening SQL-view and copy). There are functions, which will work in HSQLDB, but won't work, with the same name, in Firebird. Regrads Robert -- Homepage: http://robert.familiegrosskopf.de LibreOffice Community:

Re: [libreoffice-users] Base/Firebird Queries broken

2019-01-14 Thread Dan Lewis
To begin with, what is the query's SQL. Someone might be able to discover the problem from there. In addition, knowing the properties of each one of the tables could also help solve it. On 1/14/19 6:23 PM, Paul D. Mirowsky wrote: I have shifted one of my database to Firebird using the advanced

[libreoffice-users] Base/Firebird Queries broken

2019-01-14 Thread Paul D. Mirowsky
I have shifted one of my database to Firebird using the advanced 'migration' tool as a test. One query I am testing is a join of 4 tables. Series Series Series Series Date DateDate Time TimeTime Criterion: Series 134, Select