Search found 1 match

by CRB
Sun Nov 21, 2010 10:42 am
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18123

Re: Saxon SQL Extension

I have the just successfully gone through setting up a MySQL connection using the preceeding instructions. However, I am at a loss as to how to leverage the "limit" command of MySQL to limit the number of results returned. For example: SELECT * FROM `social`.`comments` limit 500 I see that...