Err SocketSetupNonBlocking()
{
Err result;
Boolean flag=true;
return(NetLibSocketOptionSet(AppNetRefnum, socket,
netSocketOptLevelSocket,netSocketOptSockNonBlocking,&flag, sizeof(flag), 0,
&result));
}
Try it like this and u set the socket before connection and after the opening
its works well ....
--
For information on using the ACCESS Developer Forums, or to unsubscribe, please
see http://www.access-company.com/developers/forums/
- Re: socket read in the for the data . IMP Shruti Wadhwa
- Re: socket read in the for the data . IMP Durgesh Trivedi
- Re: socket read in the for the data . IMP Shruti Wadhwa
- Re: socket read in the for the data . IMP Durgesh Trivedi
