I have previously had experience connecting remotely to banks such as SQL Server on Windows or MySQL on Windows, provided that the drivers are installed in Windows and that the host allows remote access. I have even worked on connecting to a SQL Server bank remotely on Android before, but I deliberately raised the title in a way that it is known that my bank is a SQLite bank that is in the form of a single file and does not allow remote access.
If I want to explain in more detail :
The host that I have purchased, or rather I have purchased for 1 year, is a regular Linux host with limited DirectAdmin panel management and is not a server that I can manage on my own. I have features that support PHP, MariaDB, MySQL and SQL Lite. My site is also already designed based on connecting to SQL Lite bank. One of the reasons I chose this bank over other banks was the goals I was looking for in the future, such as the ability to download a single bank file or upload it or from Since Android supports SQL Lite files, I can connect to them. I know that if I want to do it in an intermediary way, I can use the PHP language to connect between my Android app and the SQL Lite database on my host. But I don't want to do this method. I want to either do something creative or new, or if there is a way in B4A that I can connect to that single file.
For example, code like the following:
And then I can do things like delete, edit, search, record, etc. I guess maybe I can also create a connection with the help of memory or stream or dll or any old or new or creative method, but I'm new to Android and don't have much experience.If there is no such way, perhaps at least the method of connecting and performing the operations mentioned above can be quickly tested.