Recent content by katie

  1. K

    Progress for Java

    i used the word "daemon" but the server i use is windows. So, i must configure the server as 4GL and not as SQL. I'll try this, and i'll post the results. thank you very much! kisses, katie
  2. K

    Progress for Java

    i use _msproserv as task-deemon for Progress i can't understand what a secondary login broker is. Another task-daemon?? how can i cofigure this for supporting SQL clients? thank you again,
  3. K

    Progress for Java

    this is my code: private static String url = "jdbc:jdbcprogress:T://mss-srvtt:10036:bdrrhh"; private static String user = "sysprogress"; private static String psw = "sysprogress"; private static String driver = "com.progress.sql.jdbc.JdbcProgressDriver"; private static Connection con...
  4. K

    Progress for Java

    i have also the jdbc driver, but i don't know how i can use it: private static String url = "jdbc:odbc:ServerRH"; private static String user = "sysprogress"; private static String psw = "sysprogress"; private static String driver = "com.progress.sql.jdbc.JdbcProgressDriver"; ...
  5. K

    Progress for Java

    hi again!! i've installed client networking of progress in my PC (there where available licenses). When i try to configure again ODBC for connecting to the server, i get this new error if i run the test connection: [DataDirect][ODBC PROGRESS driver][PROGRESS] Error in Network Daemon...
  6. K

    Progress for Java

    so i need that software (SQL92 client access). If no, i couldn't establish the connection :( i'll try to obtain it. Thank you very much!!! if anyone has another idea, it would be fantastic!!!
  7. K

    Progress for Java

    Progress is installed on server mss-srvtt. Version 9.1E but i guess i need the drivers installed on my PC. I didn't have any drivers or components about Progress installed on my PC before the instalation of "DataDirect 5.1 SQL 92" (driver i installed for connect java - progress). should i...
  8. K

    Progress for Java

    Hi everyone! I'm trying to connect a Java application and a Progress database that runs in a remote server called mss-srvtt. I have installed the ODBC driver "DataDirect 5.1 SQL 92" and i can't establish the connection. In System DNS option (system DNS in ODBC sources, control panel) i...
Top