Recent content by alexielle51

  1. alexielle51

    PHP PDO charset

    I tried with the following code: Still the same problem, could it come from my IIS server which does not translate the charset?
  2. alexielle51

    PHP PDO charset

    How to know the charset of my database?
  3. alexielle51

    PHP PDO charset

    Hi, I want to extract data from my Progress database in PHP. I have a problem with the special characters, indeed the signs like € or $ are replaced by . I'm using PDO but I don't know where to manage my charset with Progress. Here is my code Can anyone help me ?
  4. alexielle51

    Php and openEdge 11.7

    My webserver run on Debian, so I found the article : progress-datadirect-sql-server-odbc-driver-for-linux on progress.com (I can't post the link ...) I have to ask my linux tech to follow this procedure to install the "odbc" driver I think ...
  5. alexielle51

    Php and openEdge 11.7

    I also think that at the parameter level there is no problem because I manage to connect through Excell (odbc) and SQuirreL sql. @LarryD: I read this article, my question being how to create the System Data Source Name called sp2k in this example? Do we have to install something on the web...
  6. alexielle51

    Php and openEdge 11.7

    Thank you for your reply. I would need this connection between the database and PHP to extract raw data (CSV format), in order to feed our Bussiness Intelligence software. I do not have access to our ERP code, on the other hand I have access to the database (via odbc in excell or via...
  7. alexielle51

    Php and openEdge 11.7

    Hello everyone, I would like to connect to my openedge 11.7 database with PHP from a DEBIAN web server on the same network as my Progress server. I can't find how to connect with PHP, do I need to install an odbc driver on the debian server? If yes, how ? Can I use another method than odbc...
Top