Re: [BUGS] ecpg multidimensional arrays

2004-06-09 Thread Michael Meskes
On Fri, Feb 27, 2004 at 07:24:18PM +0100, Margit Schubert-While wrote: > exec sql begin declare section; > static int intcur[50][10] = { 0 }; > > produces : > ERROR: No multi-dimensional array support for simple data types So far so good, but which bug are you reporting? Michael --

Re: [BUGS] ecpg multidimensional arrays

2004-02-29 Thread Michael Meskes
On Sun, Feb 29, 2004 at 06:48:49PM +0100, Margit Schubert-While wrote: > >> ERROR: No multi-dimensional array support for simple data types > > > >So far so good, but which bug are you reporting? > > > >Michael > Erm, the error itself ? Every other RDB preprocessor that I have > tri

Re: [BUGS] ecpg multidimensional arrays

2004-02-29 Thread Margit Schubert-While
At 17:13 29.02.2004 +0100, you wrote: On Fri, Feb 27, 2004 at 07:24:18PM +0100, Margit Schubert-While wrote: > exec sql begin declare section; > static int  intcur[50][10] = { 0 }; > > produces : > ERROR: No multi-dimensional array support for simple data types So far so good, but whi