Overview
EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
This statement references two C variables named v1 and v2 and uses a regular SQL string, indicating that you are not restricted to use one kind of data or the other.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.