Страница 1 из 1

К Interbase через DBE

Добавлено: 28 июн 2005, 06:43
sakhalin
Есть сетевая программа - данные хранятся в GDB файле. Используется Alias. При подключении через BDE Admistrator к spec1:c:\base\base.gdb кричит
Unknown database
Unable to complete network request to host "comp1"
Failed to establish a connection
unknown Win32 error 10047

Операционка Win 98. Interbase 6 Open. В сети где только NT всё без проблем.
:?:

Добавлено: 28 июн 2005, 06:45
sakhalin
вернее не spec1:c:\base\base.gdb,
а comp1:c:\base\base.gdb

Добавлено: 04 авг 2005, 11:07
TAV
проблемы с сетью скорее всего

Добавлено: 04 авг 2005, 11:11
kdv
SOCK2.HLP

WSAEAFNOSUPPORT

(10047)

Address family not supported by protocol family.

An address incompatible with the requested protocol was used. All sockets are created with an associated "address family" (i.e. AF_INET for Internet Protocols) and a generic protocol type (i.e. SOCK_STREAM). This error will be returned if an incorrect protocol is explicitly requested in the socket call, or if an address of the wrong family is used for a socket, e.g. in sendto.