在發表文章中有出現某些中文會有錯誤發生 例如 "課程講義"
"軟體產品開發流程管理實務"
錯誤碼不一定,例如 存 "軟體產品開發流程管理實務"
代碼: 選擇全部
Warning: odbc_exec(): SQL error: [Microsoft][ODBC SQL Server Driver]COUNT 欄位不正確或語法錯誤, SQL state 07001 in SQLExecDirect in C:\phpBB2\db\mssql-odbc.php on line 117
Warning: Cannot modify header information - headers already sent by (output started at C:\phpBB2\db\mssql-odbc.php:117) in C:\phpBB2\includes\page_header.php on line 475
Warning: Cannot modify header information - headers already sent by (output started at C:\phpBB2\db\mssql-odbc.php:117) in C:\phpBB2\includes\page_header.php on line 477
Warning: Cannot modify header information - headers already sent by (output started at C:\phpBB2\db\mssql-odbc.php:117) in C:\phpBB2\includes\page_header.php on line 478
代碼: 選擇全部
一般錯誤
Could not select words
DEBUG MODE
SQL Error : 07001 [Microsoft][ODBC SQL Server Driver]COUNT 欄位不正確或語法錯誤
SELECT word_id, word_text FROM phpbb_search_wordlist WHERE word_text IN ('軟體產?, '發流?, '管理實務')
Line : 172
File : functions_search.php
代碼: 選擇全部
Warning: odbc_exec(): SQL error: [Microsoft][ODBC SQL Server Driver][SQL Server]行 3: '講義' 附近的語法不正確。, SQL state 37000 in SQLExecDirect in C:\phpBB2\db\mssql-odbc.php on line 117
Warning: Cannot modify header information - headers already sent by (output started at C:\phpBB2\db\mssql-odbc.php:117) in C:\phpBB2\includes\page_header.php on line 475
Warning: Cannot modify header information - headers already sent by (output started at C:\phpBB2\db\mssql-odbc.php:117) in C:\phpBB2\includes\page_header.php on line 477
Warning: Cannot modify header information - headers already sent by (output started at C:\phpBB2\db\mssql-odbc.php:117) in C:\phpBB2\includes\page_header.php on line 478代碼: 選擇全部
Could not select words
DEBUG MODE
SQL Error : 37000 [Microsoft][ODBC SQL Server Driver][SQL Server]行 3: '講義' 附近的語法不正確。
SELECT word_id, word_text FROM phpbb_search_wordlist WHERE word_text IN ('課?, '講義')
Line : 172
File : functions_search.php


