|
|
|
count แล้วไม่แสดงค่าครับแสดงออกมาเป็น code แทนขอคำชี้แนะทีนะคับ |
|
|
|
|
|
|
|
Code (ASP)
<!--#include file="include/inc_connect_db.inc" -->
<%
Set rstemp = Server.CreateObject("ADODB.Recordset")
sql3 = "SELECT COUNT(fill_date) as CountFillDate FROM wguses "
rstemp.open sql3,sConn,1,3
Response.write rstemp.fields("CountFillDate").value
%>
|
|
|
|
|
Date :
2012-02-10 17:00:45 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณคับพี่ มันต่างจาก php หลายอย่างเหมือนกันนะเนี่ย
|
|
|
|
|
Date :
2012-02-13 08:52:30 |
By :
imperator |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่หรอกครับ asp แทบจะง่ายกกว่าด้วยซ้ำ
|
|
|
|
|
Date :
2012-02-13 12:50:25 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|