NETIO HMG 3.0.0

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: NETIO HMG 3.0.0

Post by esgici »

Hi Angel
apais 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 !
This is wonderful :D

Many thanks to this valuable infos and invaluable efforts and works of Przemek.

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: NETIO HMG 3.0.0

Post by sudip »

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 happen :?: May be there will be an exception for unsuccessful write.
I read about NetIO in Harbour users' forum.
I shall also experiment with this :) I am sure it will be the future of accessing dbf :idea:
With best regards.
Sudip
With best regards,
Sudip
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: NETIO HMG 3.0.0

Post by Roberto Lopez »

sudip 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 happen :?: May be there will be an exception for unsuccessful write.
I read about NetIO in Harbour users' forum.
I shall also experiment with this :) I am sure it will be the future of accessing dbf :idea:
With best regards.
Sudip
Please, read this: viewtopic.php?p=5875#p5875

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: NETIO HMG 3.0.0

Post by Vanguarda »

Hello friends,

At first sorry for my delaying to response, I'm with a small health problem and last night had to go to a hospital, I went back now. I'm sorry for being such a long time off-line. I'm having this problem are already two weeks. :(

I thank all comments, i´ll improve it (HMG ServerIO) with the time.

All suggestions are welcome.

With my best regards,


PS: Sorry my bad english
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: NETIO HMG 3.0.0

Post by esgici »

Hi Vanguarda

I hope you'll get better soon.

BTW do you smoke ?

Do yourself well please, we need you :)

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: NETIO HMG 3.0.0

Post by Vanguarda »

esgici wrote:Hi Vanguarda

I hope you'll get better soon.

BTW do you smoke ?

Do yourself well please, we need you :)

Regards

--

Esgici
Yes my friend, i smoke. :oops:

Thank´s, you do not know how important it is for me, the support of HMG family.


My best regards,

PS: Sorry my bad english
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
gfilatov
Posts: 1101
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: NETIO HMG 3.0.0

Post by gfilatov »

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
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 :idea:
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: NETIO HMG 3.0.0

Post by esgici »

Hi Vanguarda

I wish that your health problem not related with smoking,

and I wish a quick and perfect health to you.

Regards

--

Esgici
Viva INTERNATIONAL HMG :D
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: NETIO HMG 3.0.0

Post by Vanguarda »

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, my friend.
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
User avatar
Vanguarda
Posts: 543
Joined: Wed Feb 11, 2009 10:56 am
Location: Americana - SP
Contact:

Re: NETIO HMG 3.0.0

Post by Vanguarda »

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 :idea:
Thanks for explain.

My best regards,
--
Paulo Sérgio Durço (Vanguarda)


http://hmglights.wordpress.com/
Post Reply