PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → SQLConnect using SQLITE
SQLConnect using SQLITE
Débuté par Pierce DUBROCK, 13 oct. 2024 05:18 - Aucune réponse
Membre enregistré
7 messages
Posté le 13 octobre 2024 - 05:18
Using Windev SaaS

I've tested an app on my dev pc. It connects to a sqlite database.
So far, so good. Everything works as expected.

I created an exe to test the program and database on another pc.

Test setup is:
c:\_test\testapp.exe
c:\_test\data.sqlite3

ConnectionNum = 0
ConnectionNum = SQLConnect("c:\_test\data.sqlite3","","","","SQLITE")


When running the app SQLConnect is failing. No errors are being returned.

I'm wondering if others have seen this and what the solution might be?.

Thanks.
Message modifié, 13 octobre 2024 - 05:19