SQL嵌入C语言的问题 20
我的代码是:#include<stdio.h>#include<sqlca.h>EXECSQLINCLUDESQLCA;#defineSQLCODEsqlca.sqlco...
我的代码是:
#include <stdio.h>
#include <sqlca.h>
EXEC SQL INCLUDE SQLCA;
#define SQLCODE sqlca.sqlcode
main(){
int bookid,id=001;
char name[20+1],author[20+1];
char user[20+1];
char pwd[20+1];
char server[20+1]="pbtrain";
strcpy(user,"zsn");
strcpy(pwd,"zsn");
EXEC SQL connect :user identified by :pwd using :server;
if (SQLCODE != 0){
printf( "1登陆数据库失败 SQLCODE[%d]\n",SQLCODE);
return;
}
else printf("登录数据库成功\n");
编译时提示:
在第 16 行,第 27 列,文件 book.pc 有语义错误:
EXEC SQL connect :user identified by :pwd using :server;
..........................1
PCC-S-02322, 找到未定义的标识符
请问为什么系统一直说不认识SQL呢?需要装什么环境或者配置什么东西吗?
我是用tuxedo连接oracle。
没有人知道吗?ProC用的应该比较多的吧?别人的代码都能执行,一样复制来的我怎么就出错呢?
PS,不懂的请不要留言瞎说,谢谢合作! 展开
#include <stdio.h>
#include <sqlca.h>
EXEC SQL INCLUDE SQLCA;
#define SQLCODE sqlca.sqlcode
main(){
int bookid,id=001;
char name[20+1],author[20+1];
char user[20+1];
char pwd[20+1];
char server[20+1]="pbtrain";
strcpy(user,"zsn");
strcpy(pwd,"zsn");
EXEC SQL connect :user identified by :pwd using :server;
if (SQLCODE != 0){
printf( "1登陆数据库失败 SQLCODE[%d]\n",SQLCODE);
return;
}
else printf("登录数据库成功\n");
编译时提示:
在第 16 行,第 27 列,文件 book.pc 有语义错误:
EXEC SQL connect :user identified by :pwd using :server;
..........................1
PCC-S-02322, 找到未定义的标识符
请问为什么系统一直说不认识SQL呢?需要装什么环境或者配置什么东西吗?
我是用tuxedo连接oracle。
没有人知道吗?ProC用的应该比较多的吧?别人的代码都能执行,一样复制来的我怎么就出错呢?
PS,不懂的请不要留言瞎说,谢谢合作! 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询