blob: d1e61473778fa66356420eecd063be5a6d8a110b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
The complete structure definition has to be listed inside the declare
section of the structure variable for ecpg to be able to understand it.
Variable type bool has to be tested. I never used it so far.
The error message for "no data" in an exec sql insert select from statement
has to be 100.
sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified in a SET
DESCRIPTOR statement will be ignored.
it would be nice to be able to use :var[:index] as cvariable
it would also be nice to be able to work with varchar * (inculding automatic
allocating)
support for dynamic SQL with unknown number of variables with SQLDA structure
or something similar
Missing statements:
- exec sql allocate
- SQLSTATE
|