help application online -> use data ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
bels79
Posts: 37
Joined: Fri Sep 09, 2011 8:01 am
DBs Used: DBF, MySQL

help application online -> use data ?

Post by bels79 »

harbourd use language, should the data using what if you want to make an application online?


thanks,
beni
User avatar
salamandra
Posts: 311
Joined: Thu Jul 31, 2008 8:33 pm
DBs Used: DBF, MySQL, SQL
Location: Brazil

Re: help application online -> use data ?

Post by salamandra »

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
There is one time in which is crucial awakening. That time is now. ( Buddha )
User avatar
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 ?

Post by Rathinagiri »

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.
User avatar
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 ?

Post by Rathinagiri »

http://hmgforum.com/viewtopic.php?f=9&t=198

Here we have done a simple sample.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
bels79
Posts: 37
Joined: Fri Sep 09, 2011 8:01 am
DBs Used: DBF, MySQL

Re: help application online -> use data ?

Post by bels79 »

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?
User avatar
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 ?

Post by Rathinagiri »

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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
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 ?

Post by Rathinagiri »

http://www.cyberciti.biz/tips/how-do-i- ... erver.html

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.
bels79
Posts: 37
Joined: Fri Sep 09, 2011 8:01 am
DBs Used: DBF, MySQL

Re: help application online -> use data ?

Post by bels79 »

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.
Post Reply