1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

*** empty log message ***

This commit is contained in:
Michael Meskes
1999-05-14 06:56:18 +00:00
parent 564842a617
commit c8bd630af6
3 changed files with 57 additions and 102 deletions

View File

@ -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");