- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的 ODBC 日志中有以下行:
(场景:pgAdmin4,在另一个名为 System Administration 的应用程序中通过 ODBC32 使用 PostgreSQL 服务器)
System Admi 6a0-6f8 ENTER SQLExecDirect
HSTMT 0x00630718
UCHAR * 0x036B29C0 [ 63] "create table new (npages integer, ifnds integer, ifnid integer)"
SDWORD 63
我需要知道HSTMT
、UCHAR*
和SDWORD
的含义。旁边的数字是什么意思?
最佳答案
来自文章Everything You Want To Know About ODBC Tracing
In the trace log, you’ll see the data type of the handle being SQLHANDLE, HENV / SQLHENV, HDBC / SQLHDBC, HSTMT / SQLHSTMT. This value is unique to the particular series of items being called. You can search in the trace log for this handle number and each call made on the handle will be shown. This allows you to pick out only the calls in the trace log that are relevant to your error message. Keep in mind, some applications may create multiple handles. For example, your application may execute three statements consecutively with each residing on a different statement handle.
有关示例和更多详细信息,请遵循下一个不错的文档:-
关于sql - HSTMT、UCHAR、SDWORD在ODBC日志中的含义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41327675/
我有在 Visual Studio 2008 上以 32 位模式编译的代码。现在我正在尝试在 64 位模式下编译相同的内容。我遇到此错误的地方是: SDWORD temp=0; SDWORD & re
我是一名优秀的程序员,十分优秀!