Search results

  1. kasundha

    How To Use Save As Command For Excel File

    hi all, im using excel sheet template in my program and i want to save it in different location with different name. this is my sample code. DEFINE VARIABLE chExcel AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chWorksheet AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chWorkbook AS COM-HANDLE NO-UNDO...
  2. kasundha

    im using openedge 10.2b

    please can you help me to find the errors of the following code. im using bakup.bat file color 0A echo off SET DLC=E:\Inbank2012\TEST_DB SET PATH=%DLC%;%DLC%\bin;%PATH% :SET DATABASE BACKUPLOCATION (ADD "\" AT END) SET BKPDIR=D:\InbankDBBackup\ :Goto Database Location cd...
  3. kasundha

    how to update indexes in "API oracle data server for progress "

    thanks rstanciu. i have solved that problem as ur information, red collored part should be corrected as "Data Administraion" others are ok. thanks again..;) on console: F3 - > Tools -> DataDictionary Database -> Select Working Database -> DB Type ORACLE Dataserver -> Oracle Utilities ->...
  4. kasundha

    how to update indexes in "API oracle data server for progress "

    oracle - 8I progress - 9.1D i have connected oracle db with progress application using "API oracle data server for progress". i want to know how can i update indexes in progress side which created in oracle db.
  5. kasundha

    [JDBC Progress Driver]:Table/View/Synonym not found (7519)

    I tried to setup eMessenger program with progress DB using JDBC driver and error log views following error continually. [JDBC Progress Driver]:Table/View/Synonym not found (7519) java.sql.SQLException: [JDBC Progress Driver]:Table/View/Synonym not found (7519) at...
Back
Top