harbourd use language, should the data using what if you want to make an application online?
thanks,
beni
help application online -> use data ?
Moderator: Rathinagiri
- salamandra
- Posts: 311
- Joined: Thu Jul 31, 2008 8:33 pm
- DBs Used: DBF, MySQL, SQL
- Location: Brazil
Re: help application online -> use data ?
Hi bels79
,
I do not know if I understood...
a true online application ?? hosted by a www server ??
And.... why not an application running MySql and connected through the Internet
to a dedicated MySql server ??.
This is easy and works fine, so your clients can work around the country (or the world)
connected through the Internet to the dedicated MySql server.
This capability (MySql and Internet) is highly interesting...
[]´s Salamandra
I do not know if I understood...
a true online application ?? hosted by a www server ??
And.... why not an application running MySql and connected through the Internet
to a dedicated MySql server ??.
This is easy and works fine, so your clients can work around the country (or the world)
connected through the Internet to the dedicated MySql server.
This capability (MySql and Internet) is highly interesting...
[]´s Salamandra
There is one time in which is crucial awakening. That time is now. ( Buddha )
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: help application online -> use data ?
You can use hbtip (if I remember correct) and HMG + MySQL + simple PHP to make a desktop application with online data.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: help application online -> use data ?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: help application online -> use data ?
thank you salamandra, rathinagiri
I've tried the demo mysql3, ok successfully
and try "localhost" replaced with "ip" does not work, can you please help?
I've tried the demo mysql3, ok successfully
and try "localhost" replaced with "ip" does not work, can you please help?
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: help application online -> use data ?
See, for that, we must enable remote server connectivity that many servers don't allow for security reasons.
That's why we require a server side script (like php) to connect and access the data.
That's why we require a server side script (like php) to connect and access the data.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: help application online -> use data ?
http://www.cyberciti.biz/tips/how-do-i- ... erver.html
You can see here, if you want to enable the remote access.
You can see here, if you want to enable the remote access.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
Re: help application online -> use data ?
Thanks, the demo has been successfully
rathinagiri wrote:http://www.cyberciti.biz/tips/how-do-i- ... erver.html
You can see here, if you want to enable the remote access.