I created a libreoffice database program in 2016 using 4.4.2 and xampp on windows 10.
The program perfectly worked without error.
After the customer bought a new Windows 11 computer, I installed libreoffice to 7.5.2 with xampp 3.3.0 and loaded the ODB file
I’m now getting this error
SELECT * FROM security.filter WHERE ( security.filter.rosterID = :link_from_RosterID )
from this SQL statement
SELECT hours.Team, hours.RosterID, hours.Dateworked, hours.Hours, memberPersonalInfo.First_Name, memberPersonalInfo.Last_Name FROM security.memberpersonalinfo AS memberPersonalInfo, security.hours AS hours WHERE memberPersonalInfo.RosterID = hours.RosterID AND hours.Team = ? ORDER BY hours.Team ASC
Any ideas what could be causing this ??
Thanks
Bob