Utilizing ODBC to communicate two different processes on different machines 
Author Message
 Utilizing ODBC to communicate two different processes on different machines

I am creating an application using MFC, and I need to create a process
that would communicate with another process that is sitting on the
different machine but on the same network. Could someone tell me how do
I utilize ODBC to start the conversation between these two machine?

Thanks

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Tue, 06 Aug 2002 03:00:00 GMT  
 Utilizing ODBC to communicate two different processes on different machines
Are you planning to communicate through a database?

I would think CAsyncSocket would be more appropriate; communicating via
TCP/IP rather than through a D/B.

TFM3

Note: Spam-resistant e-mail address

Quote:

>I am creating an application using MFC, and I need to create a process
>that would communicate with another process that is sitting on the
>different machine but on the same network. Could someone tell me how do
>I utilize ODBC to start the conversation between these two machine?

>Thanks

>Sent via Deja.com http://www.deja.com/
>Before you buy.



Tue, 06 Aug 2002 03:00:00 GMT  
 Utilizing ODBC to communicate two different processes on different machines
ODBC is Open DataBase Connectivity --- it allows your program running
anywhere to access data in an ODBC compliant database anywhere else. The key
here is Database! Two programs could indeed "communicate" across the network
using ODBC but only if the shared access to a common database where they can
write and/or read records to exchange data.... If you really want the two
programs to communicate i.e. pass variables back and forth there are better
ways then ODBC....

Cheers



Tue, 06 Aug 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. two com exes running on two different machines

2. communicating between different processes

3. Different sizes of long int on different machines.

4. Code which produced different behaviour on different machines

5. Different Heights for a Window on different machines

6. different machines different results

7. Different sizes of a dialog on different machines

8. My splash screen bitmap (256color) appears different on different machines

9. Different ODBC versions accept different parameters???

10. Accessing data in two DIFFERENT Oracle databases via ODBC

11. Seek() fails often when two processes accessing same db but different records

12. sigterm between two different processes

 

 
Powered by phpBB® Forum Software