From what I understand, TADOCommand is most often used for executing DDL SQL commands or to execute a stored procedure that does not return a result set.
For those SQL statements that do return a result set, a TADODataSet, TADOQuery, or TADOStoredProc is better suited to the task.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.