[Solved] SQL/Macro Problem

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
gkick
Posts: 324
Joined: Wed Aug 07, 2019 5:24 pm
Location: Chile

[Solved] SQL/Macro Problem

Post by gkick »

Hi,

Win10 LO6.4.6 HSQL2.51

getting some error message on an ALTER statement, can not find the table, but the table is there and causes no problems in a couple of forms. Tried to prefix the tablename with PUBLIC, but then it can not find PUBLICPUBLIC.
Any idea whats wrong ? Although not macro related in this db I also have a redundant form which refuses to be deleted and can not be opened.

Thanks for your thoughts
Attachments
tax.PNG
Last edited by gkick on Mon Aug 17, 2020 8:03 pm, edited 1 time in total.
Libre Office 6.4.6 on Windows 10 HSQL 2.51 backend
User avatar
RoryOF
Moderator
Posts: 35203
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: SQL/Macro Problem

Post by RoryOF »

You may have overlooked the "user privileges" part of the message.
Apache OpenOffice 4.1.16 on Xubuntu 24.04.4 LTS
User avatar
Villeroy
Volunteer
Posts: 31363
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: SQL/Macro Problem

Post by Villeroy »

The name ""tblTaxRates "" has a trailing space
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
gkick
Posts: 324
Joined: Wed Aug 07, 2019 5:24 pm
Location: Chile

Re: SQL/Macro Problem

Post by gkick »

@Villeroy

Wow, thanks !!!
Libre Office 6.4.6 on Windows 10 HSQL 2.51 backend
gkick
Posts: 324
Joined: Wed Aug 07, 2019 5:24 pm
Location: Chile

Re: [Solved]SQL/Macro Problem

Post by gkick »

@RoryOF

Thanks, no prob with privilege as logged in as SA
Libre Office 6.4.6 on Windows 10 HSQL 2.51 backend
Post Reply