[Solved]Error Message after HSQL Version Upgrade

Creating and using forms
Post Reply
gkick
Posts: 324
Joined: Wed Aug 07, 2019 5:24 pm
Location: Chile

[Solved]Error Message after HSQL Version Upgrade

Post by gkick »

Hi all,

I recently upgraded the driver of a split database from HSQL 2.3.2 to 2.5
After this when I open forms I come across this cryptic message dialog. When clicking the dialog away, everything works as normal.

Anyone had this before and is there a solution other then recreating the form?

Thanks for your thoughts

Ok, by way of process of elimination problem fixed. Had 4 forms causing this error. Previously I also encountered this issue when hooking up
a postgres backend.

recreated 4 forms and 2 forms ok, no idea of what the culprit was.
One form had a problem with a numeric datatype which had an enormous size, deleted the field and recreate as numeric 10,2 and fine,
Last form reorganised the form structure using the navigator and problem went away.
Attachments
hmmm.JPG
Libre Office 6.4.6 on Windows 10 HSQL 2.51 backend
Post Reply