|
|
|
Sql Server 2000 ใช้คำสั่ง Limit แล้ว Error ผมใช้ Sql Server 2000 ใช้คำสั่ง Limit แล้ว Errorแก้งัย |
|
|
|
|
|
|
|
รบกวน copy code มาให้ดูหน่อยนะครับ
ถ้าผิดพลาดน่าจะเป็นที่ รูปแบบผิดพลาดครับ
|
|
|
|
|
Date :
6 Nov 2546 19:17:57 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ยาวนิด นะครับ
SELECT TDaily.DateContact, Tcustomer.CustomerID, TDaily.EventIS, Tcustomer.company, Tcustomer.Address1, Tcustomer.Address2, Tcustomer.Province, Tcustomer.Telphone, Tcustomer.Fax, Tcustomer.Email, TDaily.SaleID, Tmarketting.FNameSale, TDaily.ContactID, Tcontact.ContactName, TDaily.TimeContact, TDaily.XDescription, Tcontact.TelephoneC, Tcontact.Fax, Tcontact.Email FROM ((Tcontact LEFT JOIN Tcustomer ON Tcontact.CustomerID = Tcustomer.customerID) RIGHT JOIN TDaily ON Tcontact.ContactID = TDaily.ContactID) RIGHT JOIN Tmarketting ON TDaily.SaleID = Tmarketting.SaleID OrDer By TDaily.DateContact DESC Limit 0,100
แต่ผมลองแค่
Table เดียว แล้ว Limit ดู ก็ไม่ได้เหมือนกัน
แต่ถ้าผมใช้กับ My Sql ได้ครับ
ยังงัยช่วยตอบด้วยนะครับ
ขอบคุณมากครับ
|
|
|
|
|
Date :
7 Nov 2546 08:47:25 |
By :
ตรียุทธ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
กับ ms sql server ไม่สามารถใช้ LIMIT ได้ครับ รวมถึง Access ด้วยเช่นเดียวกับ แต่มีอย่างหนึ่งที่สามารถใช้แทนกันได้ครับ
sql = "..."
rs.open sql,conn,1,3
rs.move( ... ) ' <- คือตัวเลขจำนวนแถวที่ต้องการ Move ไป เช่นตอนนี้อยู่ที่ BOF เมื่อใช้ rs.move( 1 ) แถวแรกที่ Recordset เจอ คือแถวที่ 2 ครับ
|
|
|
|
|
Date :
12 Nov 2546 14:11:43 |
By :
กวน |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|