100{
102
103 {
ECPGconnect(__LINE__, 0,
"ecpg1_regression" , NULL, NULL , NULL, 0);
104#line 13 "copystdout.pgc"
105
107#line 13 "copystdout.pgc"
108
110#line 14 "copystdout.pgc"
111
113#line 14 "copystdout.pgc"
114
116#line 15 "copystdout.pgc"
117
119#line 15 "copystdout.pgc"
120
122#line 16 "copystdout.pgc"
123
125#line 16 "copystdout.pgc"
126
128#line 17 "copystdout.pgc"
129
131#line 17 "copystdout.pgc"
132
133
135#line 19 "copystdout.pgc"
136
138#line 19 "copystdout.pgc"
139
140 printf (
"copy to STDOUT : sqlca.sqlcode = %ld\n",
sqlca.sqlcode);
141
143#line 22 "copystdout.pgc"
144
146#line 22 "copystdout.pgc"
147
148
149 return 0;
150}
bool ECPGdisconnect(int lineno, const char *connection_name)
bool ECPGconnect(int lineno, int c, const char *name, const char *user, const char *passwd, const char *connection_name, int autocommit)
bool ECPGdo(const int lineno, const int compat, const int force_indicator, const char *connection_name, const bool questionmarks, const int st, const char *query,...)