提交 bdfde2b3 编写于 作者: M Michael Meskes

Finally the last test.

上级 3c82099c
...@@ -26,10 +26,10 @@ main(void) ...@@ -26,10 +26,10 @@ main(void)
#line 16 "test1.pgc" #line 16 "test1.pgc"
char db [ 200 ] ; char db [ 200 ] ;
#line 17 "test1.pgc" #line 17 "test1.pgc"
char pw [ 200 ] ; char pw [ 200 ] ;
/* exec sql end declare section */ /* exec sql end declare section */
#line 18 "test1.pgc" #line 18 "test1.pgc"
...@@ -39,7 +39,7 @@ main(void) ...@@ -39,7 +39,7 @@ main(void)
{ ECPGconnect(__LINE__, 0, "connectdb" , NULL, NULL , "main", 0); } { ECPGconnect(__LINE__, 0, "connectdb" , NULL, NULL , "main", 0); }
#line 22 "test1.pgc" #line 22 "test1.pgc"
{ ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);} { ECPGdo(__LINE__, 0, 1, NULL, 0, ECPGst_normal, "alter user connectuser encrypted password 'connectpw'", ECPGt_EOIT, ECPGt_EORT);}
#line 23 "test1.pgc" #line 23 "test1.pgc"
{ ECPGdisconnect(__LINE__, "CURRENT");} { ECPGdisconnect(__LINE__, "CURRENT");}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册