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 cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

DDE and SQL server

Status
Not open for further replies.

ELEphilippe

Electrical
Joined
May 5, 2003
Messages
12
Location
CA
I have to start learning DDE because I have to get a PLC to communicate with SQL server (trough the serial port or an Ethernet card) and I would like to know if anybody has documention to suggest or anything that would help to get familiar with DDE.

Thank you
 
I don't see where you need DDE conversation.

Afterall communication with PLC is done via RS-232 port. So you need to use MSCOMM.OCX ActiveX component or use Win32 API directly.

As for database access, you could use for example ActiveX Data Objects a.ka ADO library.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top