We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e93959 commit d309be0Copy full SHA for d309be0
doc/src/sgml/ecpg.sgml
@@ -198,8 +198,7 @@ const char *passwd = "secret";
198
EXEC SQL END DECLARE SECTION;
199
...
200
EXEC SQL CONNECT TO :target USER :user USING :passwd;
201
-
202
-EXEC SQL CONNECT TO :target USER :user/:passwd;
+/* or EXEC SQL CONNECT TO :target USER :user/:passwd; */
203
</programlisting>
204
The last form makes use of the variant referred to above as
205
character variable reference. You will see in later sections how C
0 commit comments