Hi there,
 
I have two problems with the precomiler cpc.
 
First Problem:
In the "EXEC SQL ... DECLARE SECTION"-brackets of an header-file is a new structure containing a "char ** name"  type.
Am I able to have a declaration containing char ** ? In the documentation i just found something about pointers to arrays.
 
 
 
Second problem: cpc reports the following warning:
 
SAP AG SAP DB C-PreComp Version   7.4.3    Build 010-000-035-462
Copyright 2000 by SAP AG
   400             KERNEL WARNING  :   -4000   Unknown result table
  
line 400 is the last line of the fetch-statement:
  EXEC SQL BEGIN DECLARE SECTION;
  faecher f;
  EXEC SQL END DECLARE SECTION;
  faecher_init(&f);
  EXEC SQL FETCH fa_ec_cursor_1
            INTO :f.te,
                 :f.fach,
                 :f.lager               indicator :f.lager_ind,
                 :f.lagerort            indicator :f.lagerort_ind,
                 :f.platz_typ           indicator :f.platz_typ_ind;     <-- warning because of this FETCH-Statement!?
    ......
 
Has anyone an idea to solve these?

Reply via email to