gpt4 book ai didi

c - 使用Visual Studio用Oracle 11g开发C程序,但我不知道如何一起设置所有程序

转载 作者:行者123 更新时间:2023-11-30 19:49:19 25 4
gpt4 key购买 nike

这是我练习过的代码,但给出错误1> c:\ users \ hitler \ downloads \ testlinkedstack.c(4):错误C2061:语法错误:标识符'SQL'

#include<stdio.h>
#include<conio.h>

EXEC SQL INCLUDE sqlca; /* error handling */

int main (int argc, char **argv)
{
/* connect to database */

EXEC SQL CONNECT TO tcp:postgresql://localhost:5432/testdb as pg_conn user postgres;
if(sqlca.sqlcode < 0)
{
printf("Could not connect.");
}
else
{
printf("connect.");
}

getch();
return 0;
}

最佳答案

Oracle Pro * C does not seem to be supported for any Visual Studio newer than Visual Studio 2003;


  Microsoft Visual C ++支持以下组件
  .NET 2002 7.0和Microsoft Visual C ++ .NET 2003 7.1编译器:
  ...
  * Pro * C / C ++
  ...

关于c - 使用Visual Studio用Oracle 11g开发C程序,但我不知道如何一起设置所有程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14923095/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com