BuilderSpec
Programmer
Hi
I am wondering if it is possible to connect to an instance of SQL Server and query/amend/insert data purely by using TCP/IP socket code ?
The client would be an old OpenVMS system so no SQL tools can be loaded etc it has to be pure socket code. I know SQL Server can communicate over sockets but all examples I see use "sqlcmd" etc which I can't use .
If it is possible can anyone point me in the right direction please ?
I know I could write a listening program on a Windows platform to interface to the database and return my results to OpenVMS application. I just wondered if SQL would let me do that directly some how.
Cheers
Hope this helps!
Regards
BuilderSpec
I am wondering if it is possible to connect to an instance of SQL Server and query/amend/insert data purely by using TCP/IP socket code ?
The client would be an old OpenVMS system so no SQL tools can be loaded etc it has to be pure socket code. I know SQL Server can communicate over sockets but all examples I see use "sqlcmd" etc which I can't use .
If it is possible can anyone point me in the right direction please ?
I know I could write a listening program on a Windows platform to interface to the database and return my results to OpenVMS application. I just wondered if SQL would let me do that directly some how.
Cheers
Hope this helps!
Regards
BuilderSpec