本文介绍了如何破译SQLCODE的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我在IBM iSeries平台上有一个DB2数据库,我在其上创建了几个存储过程,并使用SQLCODE作为返回 - 参数。 这些存储过程是使用IBM客户端访问ODBC上的ADO / OLE DB提供程序从Windows应用程序(构建在 Visual Basic中)调用的。 司机。 在互联网上,我发现了一份白皮书SQL消息和代码。 IBM提供了,它描述了所有SQLSTATE,SQLCODE和 的相应翻译的完整列表。 他们说所有的SQL - 代码和消息存储在QSQLMSG文件中,并且 来翻译SQLCODE(即SQLCODE -204),我必须执行来自iSeries的 跟随命令命令行: 问题是,如何从我的Windows应用程序中解密我的SQLcode? 即使用SQL命令(????)如: select * from qsys2。 qsqlmsg,其中code ='''SQL0204'' 感谢您的帮助。 Twan Kennis SKB Vragenlijst服务 荷兰阿姆斯特丹 解决方案 问题是,如何从我的Windows应用程序中解密我的SQLcode?即使用SQL-命令(????)如: select * from qsys2.qsqlmsg where code =''SQL0204'' 感谢您的帮助。 Twan Kennis SKB Vragenlijst服务荷兰阿姆斯特丹 问题是,如何从我的Windows应用程序中解密我的SQLcode?即使用SQL命令(????),如: select * from qsys2.qsqlmsg,其中code =''SQL0204'' 感谢您的帮助。 Twan Kennis SKB Vragenlijst服务阿姆斯特丹,荷兰 Hi,I have a DB2 database on the IBM iSeries platform, on which I createdseveral Stored Procedures with the SQLCODE as a return-parameter.These Stored Procedures are called from a Windows application (build inVisual Basic) using an ADO/OLE DB Provider on a IBM Client Access ODBCdriver.On the Internet I found a whitepaper "SQL messages and codes" providedby IBM which describes a complete list of all SQLSTATEs, SQLCODEs andtheir corresponding translation.They say all SQL-codes and messages are stored in the QSQLMSG-file, andto translate a SQLCODE (i.e. SQLCODE -204), I have to execute thefollowing command from the iSeries commandline:Question is, how can I decipher my SQLcode from my windows application?i.e. with a SQL-command (????) like:select * from qsys2.qsqlmsg where code = ''SQL0204''Thanks for your help.Twan KennisSKB Vragenlijst ServicesAmsterdam, The Netherlands 解决方案 Question is, how can I decipher my SQLcode from my windows application? i.e. with a SQL-command (????) like: select * from qsys2.qsqlmsg where code = ''SQL0204'' Thanks for your help. Twan Kennis SKB Vragenlijst Services Amsterdam, The Netherlands Question is, how can I decipher my SQLcode from my windows application? i.e. with a SQL-command (????) like: select * from qsys2.qsqlmsg where code = ''SQL0204'' Thanks for your help. Twan Kennis SKB Vragenlijst Services Amsterdam, The Netherlands 这篇关于如何破译SQLCODE的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-11 11:33