Recent content by fabio.mei

  1. F

    connecting to Progress OE with pyodbc

    I am working with a Progress OpenEdge DB, and I access it from python, with `pyodbc` module. My problem is about blob fields. ... f = open('./myFile.pdf', 'r') value = f.read() q = '''INSERT INTO "testTab1" (tt_id,tt_desc,tt_blob) VALUES ('1','descrizione01', ?)'''...
Top