Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Server-side Scripting _ Retrieving full Database

Posted by: chadcollings Apr 28 2017, 01:14 PM

Hey all,
New to the forum today, I am very new to any sort of HTML/java coding, but am pretty well versed in VBA.

I am currently trying to do a pull using VBA from a intranet site here at work.

The site has a filtered database based on a few different search criteria.

I am wondering if there is anway within the sites coding to pull the entire database it is loading, without having to click the "load more" button.

The site only loads 50 results at a time, and I need to pull about 200 in a single pull.

Any help is much appreciated!

Thanks
Chad

Posted by: Christian J Apr 28 2017, 03:34 PM

Hi!

Maybe the URL querystring (if one is used, else the search parameters sent by the HTML form) can be modified to make the DB query return all results. But the only way to be sure is to study the VBA script (not that I know that language anyway).

I assume VBA is a server-side language, so I move the thread to that subforum.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)