Search results

  1. T

    socket: CONNECT() long response time

    I have no idea what you are talking about. Can you be more specific and tell me if my thoughts are right or wrong?.... Any help is appreciated
  2. 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)...
  3. T

    Create database Trigger Before/After and get the inserted data

    Thanks for your reply RealHeavyDude. AppServer is not a option duo the licence costs. I know its not the perfect thing to do, but I want to give it a try.... after reading your reaction I still have one question(I'm sorry if I understood you wrong): -Can I get the user input so I can...
  4. 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...
  5. 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...
  6. T

    Missing database fields

    I found that SQL Explorer does not ships with OpenEdge 10.1a. So i downloaded Squirrel, with this tool I succeed in GRANT my tables. Thank you for your help RealHeavyDude. unfortunately... Grant my tables didn't solve my problem. I still can't get to my tables within MS ACCESS2007:( But for...
  7. T

    Missing database fields

    No you are right... :) I did try to run the statement with the procedure editor. I will search for an SQL tool and will try it in that, btw i can't find SQL explorer.... When i find a SQL tool I will try to grant the tables in there. I will let you know if it succees.
  8. T

    Missing database fields

    Again thank you for your quick reply When running a procedure with: "GRANT SELECT ON PUB.personen TO tyas;" the compiler thinks that i want to Grant table 'personen' in database 'pub' (my database is called 'ontwikkel') I tried many different statements "GRANT SELECT ON ontwikkel.PUB.personen...
  9. T

    Missing database fields

    Thanks for your reply RealyHeavyDude I've tried to GRANT with user SYSPROGRESS and with the user of the OS, but it didn't help. (BTW user SYSPROGRESS didnt exist so i added this user) When i run the following procedure: "grant select on personen to tyas." (where personen=tablename and...
  10. 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