EFFECT
1. Câu lệnh sql lấy mật khẩu super
2. Ghép U.dbf bản effect2.0
// Some code
FUNCTION ghepthutien
nn=adir(ardir,p_defdir+"sepdata\u*.dbf")
use p_defdir+"\thu_tien.dbf" in thu_tien alia thutien excl
*wait wind "1"
sele thutien
dele all
pack
*wait wind "2"
sele thutien
for i=1 to nn
_st = p_defdir+"sepdata\" + ardir(i,1)
sele thutien
appen from &_st
endf
*wait wind "3"
sele thutien
pack
*wait wind "4"

Last updated