File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ exec sql end declare section;
150
150
exec sql describe st_id2 using descriptor sqlda2;
151
151
exec sql describe st_id2 into sqlda3;
152
152
153
- if (sqlda1 == NULL || sqlda1 == NULL || sqlda2 == NULL)
153
+ if (sqlda1 == NULL || sqlda2 == NULL || sqlda3 == NULL)
154
154
exit(1);
155
155
156
156
strcpy(msg, "get descriptor");
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ if (sqlca.sqlcode < 0) exit (1);}
362
362
#line 151 "describe.pgc"
363
363
364
364
365
- if (sqlda1 == NULL || sqlda1 == NULL || sqlda2 == NULL )
365
+ if (sqlda1 == NULL || sqlda2 == NULL || sqlda3 == NULL )
366
366
exit (1 );
367
367
368
368
strcpy (msg , "get descriptor" );
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ if (sqlca.sqlcode < 0) exit (1);}
360
360
#line 151 "describe.pgc"
361
361
362
362
363
- if (sqlda1 == NULL || sqlda1 == NULL || sqlda2 == NULL )
363
+ if (sqlda1 == NULL || sqlda2 == NULL || sqlda3 == NULL )
364
364
exit (1 );
365
365
366
366
strcpy (msg , "get descriptor" );
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ exec sql end declare section;
150
150
exec sql describe st_id2 using descriptor sqlda2;
151
151
exec sql describe st_id2 into sqlda3;
152
152
153
- if (sqlda1 == NULL || sqlda1 == NULL || sqlda2 == NULL)
153
+ if (sqlda1 == NULL || sqlda2 == NULL || sqlda3 == NULL)
154
154
exit(1);
155
155
156
156
strcpy(msg, "get descriptor");
You can’t perform that action at this time.
0 commit comments