On Tue, 01 Sep 2009, Horodyski Marek (PZUZ) wrote: > How we can connect to many than one server ?
In few different ways, i.e.: 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 NETIO_CONNECT() stores information about default connection in thread local area so can be safely used in MT programs. But you can also use server name and port in file name. You have this information in ChangeLog message I sent. best regards, Przemek _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
