如何得知 TQuery 取得的資料筆數? 方法1. TQuery.RecordCount 方打2. 把 Count(*) 加到你的 select SQL 指令中, 例如: select client.lastname, count(*) from client where client.firstname='Michael'
如何得知 TQuery 取得的資料筆數? 方法1. TQuery.RecordCount 方打2. 把 Count(*) 加到你的 select SQL 指令中, 例如: select client.lastname, count(*) from client where client.firstname='Michael'
|
|
|
|