![]() |
#2
fairy42008-11-29 11:25
|
dim sum as integer
SQLString = "select count(*) from Table "
count = DBOperation.DBOperate(SQLString)
sum=?
请教如何将table的行数值赋给sum?
非常感谢!