This is from some old program of mine:

  "SELECT COUNT(ID) AS Size FROM Rows"

Using Access '97 drivers...ID is a field name.

Also, Count is discussed in the Access help file.  So, you should be able
to get something to work, but perhaps Count(*) is not it since you need to
count one thing, such as the number of IDs that are not null.


Rick

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to