#2
csyx2023-10-05 11:31
vfp 帮助中已明确注明了是语句句柄而非连接句柄,且 vfp 不能直接获取到连接句柄
The SQLCONNECT( ) and SQLSTRINGCONNECT( ) functions return a numeric value as the statement handle rather than a connection handle. You cannot obtain a connection handle directly.
但 vfp 提供了 SYS(3053) 来获取一个 ODBC 环境句柄直接调用 ODBC API
不清楚你要得到 vfp sql 句柄的内存地址干啥,句柄就是句柄,可能本身就是地址,也可能是地址的偏移量,或者仅仅只是一个索引号
|