SQLite in win10 access from Android

FuzMic

DataBase Tinker
Local time
Tomorrow, 06:13
Joined
Sep 13, 2006
Messages
744
Hi gurus

Let's say I create a database in win 10 PC using SQLite. I believe with the right ODBC driver I can have a front end build with msAccess to use this backend.

My project is to use Rad studio xe5 to develop a front end in an Android device. I am now trying to figure out how the android connect to the Win PC SQLite backend database through the wifi. Pardon the clumsy way to break this missing knowledge
 
Not sure why you think you can use Access on an Android. If you use Citrix or Remote Desktop, you can run your app in a browser window and technically that will work on a phone but you will have no control over how the app is rendered on the phone. You have to make the form and that is the way it will look on your PC and on the phone.
I don't think that's his question. I think he wants to connect to the data.
 

Users who are viewing this thread

Back
Top Bottom