Penguin

Differences between current version and predecessor to the previous major change of ecpg(1).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, June 3, 2002 6:50:09 pm by perry
Older page: version 1 Last edited on Monday, June 3, 2002 6:50:09 pm by perry Revert
@@ -244,16 +244,16 @@
 EXEC SQL COMMIT; 
 Singleton Select: 
  
  
-EXEC SQL SELECT foo INTO :FooBar FROM table1 WHERE ascii = 'doodad'; 
+EXEC SQL SELECT foo INTO :! FooBar FROM table1 WHERE ascii = 'doodad'; 
 Select using Cursors: 
  
  
 EXEC SQL DECLARE foo_bar CURSOR FOR 
 SELECT number, ascii FROM foo 
 ORDER BY ascii; 
-EXEC SQL FETCH foo_bar INTO :FooBar, DooDad; 
+EXEC SQL FETCH foo_bar INTO :! FooBar, ! DooDad; 
 EXEC SQL CLOSE foo_bar; 
 EXEC SQL COMMIT; 
 Updates: 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.