Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql server / tcp/ip
Message
From
12/08/1997 11:27:51
Claudio Abad
Compañía Financiera Argentina
Buenos Aires, Argentina
 
 
To
12/08/1997 10:52:21
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00044202
Message ID:
00044237
Views:
38
>>>>hi
>>>>
>>>>i'm trying to connect to sql server via ODBC. when connecting by
>>>>spx/ipx it's work fine. But now i'm trying to connect via tcp/ip but
>>>>the ODBC return a error "Server not found".
>>>>
>>>>the sql server is configured for tcp/ip on port 1433. here is the odbc configuration .
>>>>
>>>>server = myserver
>>>>network address: = 999.999.99.99
>>>>network library: = Default
>>>
>>>For tcp/ip, at least for Oracle, SQL*Net is required on the client and the server. Do you know if this is true for SQL server, or if some equivalent is necessary? There is usually a "listener" on the server side, and the client side has software to install as well.
>>
>>sql server doesn't require this. the port number sounds right. make sure the server name and network address are correct.
>
>
>both are correct.
>ping is working on this network address. !
>what else could it be ?

If is installed the odbc drivers of SqlServer in the Client, try run
"Client configuration utility" (This program is in CD Sqlserver\I386\ODBC) then select
1)Net library option:Tcp/ip Sockets
2)Advanced:Server: MyServer
:dllname: Tcp/ip Sockets
:connection string: 999.999.999.999,(1433)

This work for me
Excuse me English
Excuse me English
I learn slowly
Previous
Reply
Map
View

Click here to load this message in the networking platform