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
--
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
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