This is wonderfulapais wrote: ... now your hard disk can not only be on the other side of your ide/sata cable but on the other side of the world !
Many thanks to this valuable infos and invaluable efforts and works of Przemek.
Regards
--
Esgici
Moderator: Rathinagiri
This is wonderfulapais wrote: ... now your hard disk can not only be on the other side of your ide/sata cable but on the other side of the world !
Please, read this: viewtopic.php?p=5875#p5875sudip wrote:Thanks a lot Friends.
I am always searching for a better way to use database. Sometimes I get success easily (eg, Sqlite), and sometimes it needs more effort (eg Postgres, I am still not successful with it).
IMHO, using dbf is the easiest way to work with HMG
One question comes to my mind. Suppose we are writing some data to a table in remote server, and at that time, there occurs a problem in connection. Then what will happenMay be there will be an exception for unsuccessful write.
I read about NetIO in Harbour users' forum.
I shall also experiment with thisI am sure it will be the future of accessing dbf
![]()
With best regards.
Sudip
Yes my friend, i smoke.esgici wrote:Hi Vanguarda
I hope you'll get better soon.
BTW do you smoke ?
Do yourself well please, we need you
Regards
--
Esgici
Hello Vanguarda,Vanguarda wrote:Hello friends,
Today i begin some tests with NETIO. And many doubt i´ve now.![]()
At first in the attachment you will find this. One little Server for tests with NETIO and one client.
Doubt
1-) The NETIO work only in local network?
2-) The path of Database cannot be change?
I thank´s your comments,
With best regards,
PS: Sorry my bad english
Thanks, my friend.esgici wrote:Hi Vanguarda
I wish that your health problem not related with smoking,
and I wish a quick and perfect health to you.
Regards
--
Esgici
Thanks for explain.gfilatov wrote: Hello Vanguarda,
> 2-) The path of Database cannot be change?
You should define the path to the database folder at the USE command:
use ("net:127.0.0.1:2941:database/test")
I hope that helps