Dde

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • theS70RM
    New Member
    • Jul 2007
    • 107

    Dde

    Hi,

    I have a program for our door entry system that is a DDE source and so can export user data for entry/exit times etc.

    Im trying to write a VB program to take this data and store it to a mysql database.

    The only problem is im not sure how to extract the data. Im trying to use LinkTopic , LinkMode etc in my code but it says that they are not functions, is this because I have only the express edition of VB or do i need to add a reference?

    Also, the LinkTopic.. functions seem to be just for textbox's and the like, how can i stream the data off into just a variable to do with it what i will!


    Thanks


    Andy
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    do you want to store in and fetch from a database ?

    Comment

    • theS70RM
      New Member
      • Jul 2007
      • 107

      #3
      i'll be able to store and query the database ok. What I dont understand is how to open a channel? to import the DDE data from the program.

      Comment

      Working...