Start a new topic

Regarding the Max Rows feature

[This topic is migrated from our old forums. The original author name has been removed]

Hi, How does the "Max Rows" feature work? Does it manipulate the actual query that is sent to the db or is it just an internal filter in DBvis? Thanks //osQar
1 Comment

[This reply is migrated from our old forums.]

Re: Regarding the Max Rows feature
Hi osQar, Max Rows is managed by the JDBC driver and it is up to the driver to do whatever is best to limit the size of result sets. In case Max Rows is not properly implemented DbVisualizer will automatically stop fetching data when number of rows exceeds Max Rows. Regards Roger