Hi, I have an application done with AMS 8.5.
It connects to a SQLite3 database stored in the server of my client, in other words it runs locally.
Now my client requests that the database should be accessed from any Pc, not just locally.
I will make a test, moving the database to a web hosting provided by a friend for testing purposes.
But I cannot find a script or Action that allows my application to connect via IP address. I have been told I should give parameters "username" and "password" .
Any idea or suggestion is appreciated.
Thanks!
It connects to a SQLite3 database stored in the server of my client, in other words it runs locally.
Now my client requests that the database should be accessed from any Pc, not just locally.
I will make a test, moving the database to a web hosting provided by a friend for testing purposes.
But I cannot find a script or Action that allows my application to connect via IP address. I have been told I should give parameters "username" and "password" .
Any idea or suggestion is appreciated.
Thanks!
Comment