ESQL/C Sample (Cont.)

ESQL/C Sample (Cont.)

EXEC SQL declare CruiseCursor cursor for

select id, company, location

into :id, :company, :location

from cruises

where Contained (location, ‘(32,70,42,60)’);

EXEC SQL open CruiseCursor;

Previous slide Next slide Back to the first slide View Graphic Version