Recent content by openedge2010

  1. O

    howto insert file in data blob?

    In php: INSERT INTO PUB.tabla VALUES (values, ,$contenfile,values)"; Where $contenfile is the path of the file you want to put the blob field Progress Openedge 10.1 Field blob x(8) Error: [DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement...
  2. O

    Insert DATE NULL from PHP to Prgress

    As I can insert a null date (00/00/0000) Progress in PHP. The date format is in progress 99/99/9999. The SQL query in PHP: SQL: INSERT INTO PUB.table_name VALUES(...,'00/00/0000'). Requires date is null, but if indicated, 00/00/0000, 99/99/9999, null, NULL tells me error: DATEVALUE =...
Back
Top