Commit c8bd630a authored by Michael Meskes's avatar Michael Meskes

*** empty log message ***

parent 564842a6
......@@ -574,6 +574,10 @@ Fri Mai 7 07:11:38 CEST 1999
- Synced preproc.y with gram.y.
- Fixed small bug in parser.
Thu Mai 13 13:51:26 CEST 1999
- Synced preproc.y with gram.y.
- Set library version to 3.0.0
- Set ecpg version to 2.6.0
This diff is collapsed.
......@@ -74,7 +74,7 @@ exec sql end declare section;
exec sql close cur;
/* and now the same query with prepare */
exec sql prepare MM from :query;
exec sql prepare MM from "select name, born, age, married, children from meskes where name = ?";
exec sql declare prep cursor for MM;
strcpy(msg, "open");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment