Subject | Select over one table (gpre ansi C) |
---|---|
Author | Klaus-Dieter.Opitz@ESE.de |
Post date | 2001-05-27T17:23:05Z |
Hi all,
I have a select over one table on one element and count more then one rows.
example:
while (SQLCODE == 0)
{
EXEC SQL FETCH myCursor1 INTO
:mudb_basis_version;
if (SQLCODE == 100) break;
++*bv_len;
}
My question is, how can I get :mudb_basis_version on the right way with
malloc. I count more then one tupel.
best regards from
Klaus-Dieter Opitz (mailto:Klaus-Dieter.Opitz@...)
ESE GmbH
Jasperallee 21
38102 Braunschweig
Germany
(http://www.ESE.de)
I have a select over one table on one element and count more then one rows.
example:
while (SQLCODE == 0)
{
EXEC SQL FETCH myCursor1 INTO
:mudb_basis_version;
if (SQLCODE == 100) break;
++*bv_len;
}
My question is, how can I get :mudb_basis_version on the right way with
malloc. I count more then one tupel.
best regards from
Klaus-Dieter Opitz (mailto:Klaus-Dieter.Opitz@...)
ESE GmbH
Jasperallee 21
38102 Braunschweig
Germany
(http://www.ESE.de)