↧
Re: The SQuirreL 100 rows problem
You can change how many or rows are displayed for table contents by :File -> New Session Properties -> Object Tree -> Contents - Limit Rows (100 is the default)You can remove this truncating...
View ArticleRe: The SQuirreL 100 rows problem
This solution, which appears to be the way to disable the rows, doesn't work. I've tried quitting squirrel and going back in, but the 100 rows limit still exists.
View ArticleRe: The SQuirreL 100 rows problem
Sure? For me, the solution posted by squirreldev worked.
View ArticleRe: The SQuirreL 100 rows problem
In the file C:\Documents and Settings\<user>\.squirrel-sql\prefs.xml Change the tag called <sqllimitrows> to 'false'<sqllimitrows>false</sqllimitrows>
View ArticleRe: The SQuirreL 100 rows problem
rather in File -> New Session Properties ->SQL- SQL results-Limit rows
View Article