Livecodescript and MySQL
Posted: Thu Jul 17, 2025 4:29 pm
I'm trying to use a pure livecode script (file.livecodescript) to access to a MySQL database, but it doesn't work outside the Livecode IDE.
I launch the the script this way:
and I get error the line with revOpenDatabase function. Probably the script can't reach the database drivers.
How can I solve this? Where I should put the database drivers? I tried in many places without success.
I launch the the script this way:
Code: Select all
/opt/livecode/livecode.x86_64 -ui /home/max/file.livecodescript
How can I solve this? Where I should put the database drivers? I tried in many places without success.