Thanks to visit codestin.com Credit goes to github.com
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 744fa4d commit 6bb2972Copy full SHA for 6bb2972
doc/src/sgml/ecpg.sgml
@@ -942,20 +942,6 @@ struct varchar_var { int len; char arr[180]; } var;
942
is used.
943
</para>
944
945
- <para>
946
- Two or more <type>VARCHAR</type> host variables cannot be defined
947
- in single line statement. The following code will confuse
948
- the <command>ecpg</command> preprocessor:
949
-<programlisting>
950
-VARCHAR v1[128], v2[128]; /* WRONG */
951
-</programlisting>
952
- Two variables should be defined in separate statements like this:
953
954
-VARCHAR v1[128];
955
-VARCHAR v2[128];
956
957
- </para>
958
-
959
<para>
960
<type>VARCHAR</type> can be written in upper or lower case, but
961
not in mixed case.
0 commit comments