Hi,
I have DNN3.0.13 running and have installed SQLView for DNN3.
Everything appears to work fine with the grid apart from Paging.
The simple query I am running, based on the Northwind Traders database, is:
SELECT TOP 100 FirstName, LastName, Title
FROM Employees
ORDER BY LastName ASC
I can sort fine and apply/change the CSS but can't get the grid to page.
Something else I've noticed is that the grid does not display more than 9 rows per page even. It does, however, display the correct no of rows for a row setting less or equal to 9.
Any help would be greatly appreciated.
Saaki
PS: Does anyone have an example of how to run a SQL stored procedure using SQLView?