>-----Original Message----- >From: [email protected] >[mailto:[email protected]] >Sent: Tuesday, September 01, 2009 12:57 AM >To: [email protected] >Subject: [Harbour] SF.net SVN: harbour-project:[12382] trunk/harbour > >Revision: 12382 > >http://harbour-project.svn.sourceforge.net/harbour-project/?rev =12382&view=rev >Author: druzus >Date: 2009-08-31 22:56:45 +0000 (Mon, 31 Aug 2009)
... > NETIO_CONNECT( [<cServer>], [<cPort>], [<nTimeOut>] ) -> <lOK> > function to register alternative NETIO RDD API and set default > server address and port. ... > "net:" prefix is automatically redirected to given NETIO server, i.e. > use "net:mytable" > It's also possible to pass NETIO server and port as part of file name, i.e.: > use "net:192.168.0.1:10005:mytable" How we can connect to many than one server ? Maby : NETIO_CONNECT( [<cServer>], [<cPort>], [<nTimeOut>], @server_alias ) -> <lOK> And server_alias can be : net01, net02 etc. Regards, Marek Horodyski P.S. Many thanks for these big solution :) _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
