From 323bcca5249c707b68d9f6d921d86fd750bcf33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:20 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/ecpg-concept.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/ecpg-concept.html') diff --git a/doc/src/sgml/html/ecpg-concept.html b/doc/src/sgml/html/ecpg-concept.html index 9f4854e..0f5a1f8 100644 --- a/doc/src/sgml/html/ecpg-concept.html +++ b/doc/src/sgml/html/ecpg-concept.html @@ -1,5 +1,5 @@ -36.1. The Concept

36.1. The Concept #

+36.1. The Concept

36.1. The Concept #

An embedded SQL program consists of code written in an ordinary programming language, in this case C, mixed with SQL commands in specially marked sections. To build the program, the source code (*.pgc) @@ -49,4 +49,4 @@ EXEC SQL ...; Of course, the C part of the program follows C quoting rules.

The following sections explain all the embedded SQL statements. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3