On Dec 13, 5:53 pm, Clarkee21 <[email protected]> wrote: > Hi there, > > Transfer newbie here :-). > > Is there a way of getting the number of records from a table through > Transfer? i.e. an equivalent of SQLs count(). > > Or would I have to do this through TQL / my own SQL.
TQL doesn't support this either. Just write some simple SQL. It's probably something you can write in ANSI SQL that will run on any database anyway, so using Transfer isn't a gaining you anything. :) -- Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en
