[ 2013-03-01T16:34:42+08:00 ] 127.0.0.1 /Examples/form/index.php?s=/Index/insert
INFO: [ route_check ] --START--
INFO: Run CheckRoute Behavior [ RunTime:0.000939s ]
INFO: [ route_check ] --END-- [ RunTime:0.001051s ]
INFO: [ app_begin ] --START--
INFO: Run ReadHtmlCache Behavior [ RunTime:0.000668s ]
INFO: [ app_begin ] --END-- [ RunTime:0.000747s ]
SQL: SELECT column_name, data_type, column_default, is_nullable
FROM information_schema.tables AS t
JOIN information_schema.columns AS c
ON t.table_catalog = c.table_catalog
AND t.table_schema = c.table_schema
AND t.table_name = c.table_name
WHERE t.table_name = 'cia_commnet' [ RunTime:0.000906s ]
SQL: SELECT T1.* FROM (SELECT thinkphp.*, ROW_NUMBER() OVER ( ORDER BY rand()) AS ROW_NUMBER FROM (SELECT * FROM cia_commnet) AS thinkphp) AS T1 [ RunTime:0.001021s ]
ERR: [Microsoft][SQL Server Native Client 11.0][SQL Server]该游标未声明。
请问是什么错误呀 最佳答案
