Skip to Main Content

Chinese

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

对《经乾 sqlserver 2000的配置》的补充

702619Nov 30 2004 — edited Jan 5 2005
我发现在文章里少了两步,班门弄斧提一下:

一、重命名下列文件,因为下列文件名与INFORMIX中的文件名有冲突,所以要改名。
1.TUXEDO安装路径include目录下的下面文件
把sqlca.h 改名为 sqlca.h.bbb
把sqlcode.h 改名为 sqlcode.h.bbb
把sqlda.h 改名为 sqlda.h.bbb
2.重命名TUXEDO安装路径lib目录下的下面文件
把libsql.lib 改名为 libsql.lib.bbb

二、很多人出现nsqlprep时,出现7821行错误的问题。
原因是因为在里面提到的例子里多了头文件
#include <sqlfront.h>
#include <sqldb.h>

因为这在nsqlprep里生成.c时会加上的
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 2 2005
Added on Nov 30 2004
9 comments
1,111 views