tDolphin , using it on remote computer
Posted: Wed Feb 12, 2014 8:55 am
Hello ,
I try to use dolphin or mySql , but i am afraid i do not understand the concept (server - client)
I have installed xAmpp on a computer , //MyComp. I can run it and start MySql and apache.
In tDolphin\samples i can build and execute some prg-files , using as connection data (in connect.ini) :
[mysql3]
host=127.0.0.1 // or localhost
user=root
psw=
flags=0
port=3306
dbname=testmysql
Next step is to run the generated program from a remote computer (in the network).
How can it be done ?
For a connection we have to know the hostname , i have no idea how we can get it or set it.
Frank
I try to use dolphin or mySql , but i am afraid i do not understand the concept (server - client)
I have installed xAmpp on a computer , //MyComp. I can run it and start MySql and apache.
In tDolphin\samples i can build and execute some prg-files , using as connection data (in connect.ini) :
[mysql3]
host=127.0.0.1 // or localhost
user=root
psw=
flags=0
port=3306
dbname=testmysql
Next step is to run the generated program from a remote computer (in the network).
How can it be done ?
For a connection we have to know the hostname , i have no idea how we can get it or set it.
Frank