แล้วถ้า ลบ เฉพาะ บาง record ละคับ ตามคำถามที่ 2 อะ คือไม่ให้ข้อมูลสูญหายจะต้องเพิ่มคำสั่งอะไรลงไปคับ
Date :
25 ต.ค. 2550 23:52:37
By :
lacoste
No. 3
Guest
sqlexec(gnHd,[delete from table])
select max(id) as maxx form table
if !found() &&<----- ถ้าไม่ได้ ซัก reccord
sqlexec(gnHd,[insert into table set id =1])
else
_max = maxx+1
sqlexec(gnHd,[insert into table set id =?_max])
endif
ภาษา fox pro นะ ส่วน php ก็ไปเขียน ประยุกต์ เอา นิดหน่อยแต่แนวทางเป็นแบบนี้