Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEND/RCV String to SQL SRVR USING WINSOCK
Message
 
 
To
15/10/2009 10:35:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01429459
Message ID:
01429497
Views:
54
Theoretically it can be done but you'll have to learn a tabular data stream (TDS) protocol format that SQL Server uses to communicate with applications. What are you trying to do that cannot be accomplished with SQL Server ODBC driver or OLE DB provider?

>
>I have written a simple chat software(in VFP9) using Winsock. In my software I have created two forms named (Server) and (Client) with MSWinsock Contro on them. Client User sends messages using Winsock. Winsock accepts message on server from and sends received message to Client(s) .
>Now I wish that client should send message using winsock to SQL SERVER (Despite server form) . SQL SERVER should receive the message and deliver to clients connected with it using WinSock.
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform