[VB.NET]急:关于客户端与sap服务器端链接问题!!!!

急:关于客户端与sap服务器端链接问题!!!! 我现在想要实现客户端与sap服务器端的数据读取操作,首先我要连通sap服务器端,但是现在我连接的时候报了以下错误: ERRNO 11004 ERRNO TEXT WSANO_DATA 错误说明:Valid name,no data record of requested type. The requested name is valid and was found in the database,but it does not have the correct associated data being resolved for. The usual example for this is a hostname -> address translation attempt (using gethostbyname or WSAAsyncGetHostByName) which uses the DNS (Domain Name Server),and an MX record is returned but no A record indicating the host itself exists,but is not directly reachable. 请问这个错误如何解决?谢谢各位了。 __________________________________________________________________________ ding __________________________________________________________________________ 呵呵,顶下,希望大家给予帮助。谢谢。 __________________________________________________________________________ 代码贴出来看看 __________________________________________________________________________ 先看看你能不能PING的通你的SAP服务器名吧,不能PING的话用IP连连看? __________________________________________________________________________

相关文章

Format[$] ( expr [ , fmt ] ) format 返回变体型 format$ 强制返回为文本 --------------------------...
VB6或者ASP 格式化时间为 MM/dd/yyyy 格式,竟然没有好的办法, Format 或者FormatDateTime 竟然结果和...
在项目中添加如下代码:新建窗口来显示异常信息。 Namespace My ‘全局错误处理,新的解决方案直接...
转了这一篇文章,原来一直想用C#做k3的插件开发,vb没有C#用的爽呀,这篇文章写与2011年,看来我以前没...
Sub 分列() ‘以空格为分隔符,连续空格只算1个。对所选中的单元格进行处理 Dim m As Range, t...
  窗体代码 1 Private Sub Text1_OLEDragDrop(Data As DataObject, Effect As Long, Button As Integ...