Search results

  1. T

    socket: CONNECT() long response time

    Hello, I have a problem and I hope that you can help me. In Progress I want to make a connection between my local computer and a "virtual pc" on my computer. This is the code that does the trick: CREATE SOCKET hSocket. hSocket:SET-READ-RESPONSE-PROCEDURE ("readHandler",THIS-PROCEDURE)...
  2. T

    Create database Trigger Before/After and get the inserted data

    Hello, I have a problem and I hope that someone can help me. im using Progress Openedge 10.1a this is the situation: -I want to set up a trigger on a table so when someone adds a record i can manipulate the inserted data (I need a Before insert trigger right? ) -I found out that I can't set up...
  3. T

    Connect to Progress 10.1a with PHP (ODBC)

    Hello its me again, this newby has another question. I know there are more threads about this issue but they are from years ago. Here is my problem: -I've set up an ODBC (Progress OpenEdge 10.1A Driver), this works cause i can connect with ACCESS -Now I want to connect with PHP to this ODBC...
  4. T

    Missing database fields

    Here is my problem. -I've set up an progress 10.1A database named: 'ontwikkel' with the following table: 'personen'. -I want to acces this database within microsoft ACCES2007 so I've used a ODBC. -In ACCES I can connect to the database but I can't acces the table 'personen'. -> error: 7747...
Top