how to Count The Number Of Records In An Access Database [modified]
-
I want record count.tell me the query how to Count The Number Of Records In An Access Database Regards Jitendra
modified on Friday, September 11, 2009 2:26 AM
-
I want record count.tell me the query how to Count The Number Of Records In An Access Database Regards Jitendra
modified on Friday, September 11, 2009 2:26 AM
SELECT COUNT(*) FROM
tablename; :rolleyes:If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I want record count.tell me the query how to Count The Number Of Records In An Access Database Regards Jitendra
modified on Friday, September 11, 2009 2:26 AM
What do you want to know? 1) How to use ODBC functionaries? 2) How to use OLE DB functionaries? 3) How to use MFC DB functionaries? 4) How to write SQL script? 5) How to use MS-Access user interface? :-D I know there are 3 different coding ways for database programing in vc++. 1 - using ODBC functions like c style. 2 - using OLE DB functions with ActiveX programing in c or c++ style. 3 - using database class in MFC in c++ style. Check your mind.