Re: [libreoffice-users] Re: Error messge interpretation...

2018-07-25 Thread Robert Großkopf
Hi Michael,

> Wow! Where'd you find that referenced?

Have written this down in German Base-Handbuch, but it isn't translated
yet to English.
Have also found it here:
https://wiki.documentfoundation.org/Faq/Base/004

Regards

Robert
-- 
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Re: Error messge interpretation...

2018-07-25 Thread Michael Tiernan
Wow! Where'd you find that referenced?

Yes, that fixed the fundamental problem allowing the form to work.

Thank you so very much!

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


Re: [libreoffice-users] Re: Error messge interpretation...

2018-07-25 Thread Robert Großkopf
Hi Michael,

> Here's the SQL statement (reformatted) I got in the trace of the ODBC
> library call:
> SELECT
>   "SystemModels"."SystemModel" AS "SystemModel",
>   "SystemModels"."SystemMfg" AS "SystemMfg",
>   "SystemModels"."SystemMfgName" AS "SystemMfgName"
> FROM
>   "SystemModels" "SystemModels"
> WHERE
>   ( "SystemModels"."SystemModel" =:link_from_SystemModel )
> 
> That last line has the problem. :(

Could be there are Problems with named parameter.
Open The *.odb-file.
Go to Edit → Database → Advanced Settings
Choose "Replaced named poarametr with '?'"

Hope you find "named parameter" there. The menue is different for
different connections.

Regards

Robert
-- 
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


[libreoffice-users] Re: Error messge interpretation...

2018-07-25 Thread Michael Tiernan
I've been banging away at this problem and I don't think the problem is 
at the ODBC level but LOs attempts to generate SQL statements correctly.


I don't have the wherewithal to isolate the problem further than to have 
seen an error in the code (sqllite SQL request string) so I'm trying to 
simplify an example with a subform but that's about the best I can do at 
the moment.


Let's get this out of the way:
/*Before anyone states the obvious, the example I'm using is /NOT/ in 
need of rewriting, it is an example to prove that there's a problem. It 
is a vastly simplified version of a much larger form I was in the 
process of building.*/


In short. I simplified the problem so that it is one table that points 
to another and it's a one-to-many relationship. The example is a 
computer model pointing to installed models.


The LO SQL generated has a strange reference to a link in it that makes 
no sense from a SQL point of view.


As far as I can tell the error comes from LO. It is well within reason 
that the problem is caused by my incorrect design but it seems a stretch 
at this point.


Here's the SQL statement (reformatted) I got in the trace of the ODBC 
library call:

SELECT
  "SystemModels"."SystemModel" AS "SystemModel",
  "SystemModels"."SystemMfg" AS "SystemMfg",
  "SystemModels"."SystemMfgName" AS "SystemMfgName"
FROM
  "SystemModels" "SystemModels"
WHERE
  ( "SystemModels"."SystemModel" =:link_from_SystemModel )

That last line has the problem. :(

I'm going to do some tests to see if it really is my form that is 
causing it but that seems like a stretch.


Passing this on for general knowledge and in an effort to help others.

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy


[libreoffice-users] Re: Error messge interpretation...

2018-07-17 Thread Michael Tiernan

On 7/17/18 9:23 AM, Michael Tiernan wrote:

Anyone able to offer a breadcrumb for me to follow?

Thanks for the suggestions!

I think I've figured out that it's the ODBC setup.

I'm going to go back to the start to make sure I have it right.

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy