2009年3月25日

Pro*c中嵌入PL/SQL块

摘要: 主要功能是:程序提示用户输入 部门号,然后显示该部门的名字,地址及职员人数。Pro*C中 samplePL_SQL.pc 代码如下: 1 #include <string.h> 2 #include <stdio.h> 3 #include <sqlca.h> 4 5 typedef char asciz; 6 exec sql begin declare section; 7 8 exec sql type asciz is string(20); 9 asciz username[20]; //用户名10 asciz password[20]; ... 阅读全文

posted @ 2009-03-25 14:51 小土泥 阅读(672) 评论(0) 推荐(0) 编辑

导航