Error Executing Database Query.
|
|
[Macromedia][SQLServer JDBC Driver][SQLServer]資料庫 'vitlebu' 的記錄檔檔案已滿。請備份資料庫的交易記錄來釋放部分的記錄檔空間。
|
| |
The error occurred in D:\vitlebu\components\visitCounter.cfc: line 4
Called from D:\vitlebu\vitle\1_0_counter.cfm: line 1
Called from D:\vitlebu\components\visitCounter.cfc: line 4
Called from D:\vitlebu\vitle\1_0_counter.cfm: line 1
|
2 : <!--- increase the web site visitor global counter --->
3 : <cffunction name="increaseCounter" access="remote" returntype="boolean" output="false">
4 : <cfquery datasource="vitlebu">
5 : update dbo.tbl_visit_counter set counter = counter + 1
6 : </cfquery>
|
|
| SQL |
update dbo.tbl_visit_counter set counter = counter + 1
|
| DATASOURCE |
vitlebu |
| VENDORERRORCODE |
9002 |
| SQLSTATE |
HY000 |
|
|
Please try the following:
|
| Browser |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) |
| Remote Address |
158.182.222.51 |
| Referrer |
|
| Date/Time |
24-7月-08 07:58 上午 |
|