Search found 87 matches: netio

Return to advanced search

Re: SqLite in network

Maybe using Harbour netio will be a solution. Using at server NETIO server app with access to SQLite and on the workstations a NETIO client app. In sources of harbour I found , that hbnetio can work as Windows service , but can't to ...
by Rimantas
Thu Oct 20, 2011 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqLite in network
Replies: 24
Views: 6757

Re: SqLite in network

IBTC wrote:Maybe using Harbour netio will be a solution. Using at server NETIO server app with access to SQLite and on the workstations a NETIO client app.


Very , very interesting ... :shock: :D . It worst to try , I think . Many thanks to you !
by Rimantas
Thu Oct 20, 2011 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqLite in network
Replies: 24
Views: 6757

Re: SqLite in network

Maybe using Harbour netio will be a solution. Using at server NETIO server app with access to SQLite and on the workstations a NETIO client app.
by IBTC
Thu Oct 20, 2011 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SqLite in network
Replies: 24
Views: 6757

Re: Ejecutar aplicación en red desde otra pc

Rolando,

Con harbour puedes experimentar con los rpc del netio que estan en hbnetio, existen ejemplos sobre su uso.

Basicamente puedes desde tu programa cliente, pedir al programa servidor que ejecute algo y te devuelva el valor.


Saludos,

Lautaro Moreira
by Lautaro
Thu Aug 12, 2010 5:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejecutar aplicación en red desde otra pc
Replies: 11
Views: 1699

Re: Opiniones sobre NetIO y REDBFCDX

José Luis Sánchez wrote:Mira este enlace http://www.xharbour.com/blog/?s=redbfcdx
Saludos,



Gracias José, continue publicando.

Saludos.
by karinha
Wed Mar 24, 2010 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Opiniones sobre NetIO y REDBFCDX
Replies: 4
Views: 723

Re: Opiniones sobre NetIO y REDBFCDX

Hola,
Pues hasta donde se, ReDbfCdx es un RDD que permite acceso remoto via IP a ficheros DBF. Lo he encontrando googleando en la lista de desarrolladores de xHarbour y quiero armar el sistema y probarlo en las próximas semanas. Lo que vaya descubriendo lo iré publicando en este hilo.
Saludos,
by José Luis Sánchez
Wed Mar 24, 2010 2:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Opiniones sobre NetIO y REDBFCDX
Replies: 4
Views: 723

Re: Opiniones sobre NetIO y REDBFCDX

José, que és: REDBFCDX, donde encuentro más informaciones??

Gracias, Saludos.
by karinha
Wed Mar 24, 2010 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Opiniones sobre NetIO y REDBFCDX
Replies: 4
Views: 723

Opinions about NetIO and ReDbfCdx

... tcp/ip and I want to share the data in the server with the PC out of the LAN. I've been looking for the way to do this, and have found the NetIO and ReDbfCdx technologies. The first is from Harbour Project, and the second from xHarbour. I will try this two new technologies in the next weeks, ...
by José Luis Sánchez
Tue Mar 23, 2010 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Opinions about NetIO and ReDbfCdx
Replies: 0
Views: 354

Opiniones sobre NetIO y REDBFCDX

... puede acceder al servidor via tcp/ip. He estado mirando en Harbour y xHarbour y parece que hay dos alternativas para hacer esto. En Harbour está NetIO y en xHarbour REDBFCDX. Antes de lanzarme a probar estas dos tecnologías me gustaría conocer si alguien ha hecho pruebas o ha puesto en producción ...
by José Luis Sánchez
Tue Mar 23, 2010 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Opiniones sobre NetIO y REDBFCDX
Replies: 4
Views: 723

OT - RPC Disponible en Harbour

... * harbour/src/rtl/hbznet.c ! do not use DEF_MEM_LEVEL to avoid potential problems when <zutil.h> is not available * harbour/contrib/hbnetio/netio.h * harbour/contrib/hbnetio/netiocli.c * harbour/contrib/hbnetio/netiosrv.c + implemented RPC in HBNETIO protocol + added the following ...
by Lautaro
Wed Jan 06, 2010 7:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT - RPC Disponible en Harbour
Replies: 2
Views: 959

Re: Acces of a file with IP Adress

new Harbour 2.0beta3 support it!!
NETIO_CONNECT( "192.168.0.1" )
use net:table1
NETIO_CONNECT( "192.168.0.2" )
use net:table2
use net:192.168.0.3:table3
by Sheng
Mon Sep 07, 2009 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acces of a file with IP Adress
Replies: 10
Views: 2015
Previous

Return to advanced search