[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] About table statement in GLPK
From: |
Heinrich Schuchardt |
Subject: |
Re: [Help-glpk] About table statement in GLPK |
Date: |
Mon, 14 Sep 2015 19:10:00 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 |
Hello Shaghayegh,
> Is it possible to add data to non empty table without
> losing previous one?
If you are using the ODBC or MySQL driver, you can INSERT or UPDATE
lines using the 'table' statement.
cf.
https://en.wikibooks.org/wiki/GLPK/Table_Statement
https://en.wikibooks.org/wiki/GLPK/ODBC
If you want to append lines to a CSV file, use the printf statement.
Best regards
Heinrich Schuchardt