由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - a pro*c++ Q
相关主题
Where can I download pro*c/c++ ?如何在oci中运行sql script?
~{8_JVGsVz~}: how to create trigger on a nested table?再请教一个问题:stored procedure能不能直接显示信息什么的? (转载)
any informix high hand here? sql need help here.谁知道删除表以后,如何释放硬盘空间?
oracle 8i "case when" syntaxTeradata 的大拿呢
help needed on aspx&ms-accesstbl1.col1 = tbl2.col2 (+)
newbie Q: how to "create view" in ACCESSDB without server?
How to get SQL help in sqlplus?再来一个SQL Server的面试题
问个查询的问题SQL syntax difference between Teradata, DB2, and Oracle?
相关话题的讨论汇总
话题: c++话题: pro话题: include话题: 132话题: code
进入Database版参与讨论
1 (共1页)
m******g
发帖数: 91
1
hi, there,
I've got no problem in compling pro*c code, but got some trouble in pro*c++.
as far as I know, for pro*c/c++ precompiler to handle c++ code, we need to
turn on some options as:
PCCFLAGS = \
ireclen=132 \
oreclen=132 \
select_error=no \
sqlcheck=syntax \
ltype=none \
include=. \
code=cpp \
sys_include=/usr/include\
parse=partial
m******g
发帖数: 91
2
I've sorted it out.
pro*c++ doesn't like this way. hehe..

【在 m******g 的大作中提到】
: hi, there,
: I've got no problem in compling pro*c code, but got some trouble in pro*c++.
: as far as I know, for pro*c/c++ precompiler to handle c++ code, we need to
: turn on some options as:
: PCCFLAGS = \
: ireclen=132 \
: oreclen=132 \
: select_error=no \
: sqlcheck=syntax \
: ltype=none \

1 (共1页)
进入Database版参与讨论
相关主题
SQL syntax difference between Teradata, DB2, and Oracle?help needed on aspx&ms-access
怎样才能提高database呢 (转载)newbie Q: how to "create view" in ACCESS
PIVOT, 请大拿,帮我debugHow to get SQL help in sqlplus?
我的这句MySQL哪里错了吗?问个查询的问题
Where can I download pro*c/c++ ?如何在oci中运行sql script?
~{8_JVGsVz~}: how to create trigger on a nested table?再请教一个问题:stored procedure能不能直接显示信息什么的? (转载)
any informix high hand here? sql need help here.谁知道删除表以后,如何释放硬盘空间?
oracle 8i "case when" syntaxTeradata 的大拿呢
相关话题的讨论汇总
话题: c++话题: pro话题: include话题: 132话题: code