Search results

  1. R

    Table as Parameter

    OS: AIX 6 PROVERSION: 9.1D {code snippet from beginning of file} def temp-table ttExample field vcField1 as char field vcField2 as char . define input-output parameter table for ttExample. {end code} Question: Compiling returns error 247 'Unable to understand after parameter table'...
  2. R

    9.1E Appserver on Windows 2008 Srv

    I already know that I will receive the "Why would you want to..." for this question, but I just have to know. Is there a way to configure 9.1E appserver to run on Win2008srv against a 9.1E db? Yes, can't run pro/oe explorer on 2008. Yes, can't exec command line asbman/asconfig for same...
  3. R

    PHP:PDO and odbc connection parameters for Progress 10.2B ODBC Driver

    Anyone successfully connected to OpenEdge 10.2B db using PHP:PDO and Progress 10.2B ODBC Driver? Example: $dsn = "blahblahdsn"; $userid = "blahmama"; $pwd = "blahblahblah"; try { $dbh = new PDO($dsn, $userid, $pwd); } catch (PDOException $e) { echo...
Top