Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I send UDP messages?

Status
Not open for further replies.

skretzig

IS-IT--Management
Jun 3, 2002
8
AR
Hi,
I was wondering if there is some fuction that I can use in SQL 6.5 in order to send UDP messages from the server using SQL statements?
I'm very used to do this in Sybase using the following statement: select syb_sendmsg(IP_ADDRESS, PORT, MESSAGE)
This statement send the string contained in message to the IP_ADDRESS specified on the PORT also specified.
Is there a function to do the same in SQL server?

Thanks and regards,
Sebastian.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top