export

  1. P

    Quotation marks are missing from export

    Hi, any help is appreciated (sorry about my english) Openedge 11.7.19 I have a report that exports a temp-table OUTPUT TO c:\temp\report.csv. FOR EACH t-conc_timb NO-LOCK: EXPORT DELIMITER ',' t-conc_timb. END. OUTPUT CLOSE. But in some user computers the output file doesnt...
  2. K

    Question Progress Data Migration

    Hello everyone. I'm new at progress. We have a Progress app that was already used at my workplace. It's not currently used. Data in that Progress needs to be moved to PostgreSQL or another database. I can access the single query on Progress Application, but I don't know how to list all datas or...
  3. S

    Question Import\export Headache

    We have a routine that allows for table records to be exported to a .d file and then Imported into tables in a different DB, all very simple I hear you say! Well it's never that straightforward is it... We have a table called order and a table called orderh when orders reach a certain status...
  4. C

    Question Progress to MySQL

    Good Day, A client of mine, as a WinNT4 box with a Progress database running on it. I do have access to box, engine seems running, licence included, however, they want me to develop a MySQL/PHP interface so they can quickly search the data, instead of using a WinNT terminal box to access this...
  5. G

    Question Progress to MySql

    How can i copy a data-definition from Progress DB to MySql?
  6. J

    Export Data - Report

    Hi, I am trying to export data to excel . Sample: export stream report "Total Number of Passenger" and also displaying its value correspondingly . Is there a possibility to skip cell and display as shown below "Total Number of Passengers" skip a cell and displaying value as 30 While using...
Back
Top