访问被拒绝
Action(){
lrs_create_socket("socket0", "TCP", "LocalHost=0", "RemoteHost=ATENA-SOFTDEV:1433", LrsLastArg);
lrs_send("socket0", "buf0", LrsLastArg);
lrs_receive("socket0", "buf1", LrsLastArg);
lrs_send("socket0", "buf2", LrsLastArg);
lrs_receive("socket0", "buf3", LrsLastArg);
lrs_send("socket0", "buf4", LrsLastArg);
lrs_receive("socket0", "buf5", LrsLastArg);
lrs_send("socket0", "buf6", LrsLastArg);
lrs_receive("socket0", "buf7", LrsLastArg);
lrs_send("socket0", "buf8", LrsLastArg);
lrs_receive("socket0", "buf9", LrsLastArg);
return 0;
}
很小的一个程序当时buf7出问题,
Software caused connection abort. Error code : 10053
请问大家谁知道怎么解决啊。谢谢了啊, 真的很急。 :L估计没谁能帮上忙 telnet确保端口是通的
1433不是SQLSERVER吗,换别的协议
回复 2# 的帖子
O(∩_∩)O~ 还是很感谢!回复 3# 的帖子
好的,我试下。回复 2# 的帖子
这个问题是不是一直都存在的啊? 我在网上查过资料,好像都没人给出很好的解决方法。
页:
[1]