2009年3月23日

批量从数据库是提取数据,并显示出来。

摘要: 运行系统 solaris 10数据库 oracle 10gsampleArray.pc内容1 #include <stdio.h>2 #include <string.h>3 #include <sqlca.h>4 #define USERNAME_LEN 20 /*用户名的长度*/5 #define PASSWORD_LEN 20 /*密码长度*/6 #define ARRAY_SIZE 100 /*数组大小*/7 exec sql begin declare section;8 varchar username[USERNAME_LEN];9 varch 阅读全文

posted @ 2009-03-23 11:03 小土泥 阅读(255) 评论(0) 推荐(0) 编辑

导航