搜索资源列表
VIPSHELL2007
- [VC] VIPSHELL2007代码 VipShellServer 是服务端程序。 VipShellServer.cpp 连接的地址在 void CVipShellServer::Test() { //.. WORD wVersionRequested = MAKEWORD(1, 1) WSADATA wsaData WSAStartup(wVersionRequested, &wsaData) // CreateThread(0,0,Thre
sqlca
- SQLCA 提供错误代码 可引用 SQLCA 测试特定错误代码。当数据库请求有错误时,sqlcode 和 sqlstate 字段包含错误代码。某些 C 宏是为引用 sqlcode 字段、sqlstate 字段和某些其它字段而定义的。 -The SQLCA provide the error code can be referenced the SQLCA test specific error code. When a database request error, sqlc