Posts Tagged 'vbscript'

Adding a friendly splash (waiting screen) while the code is being executed in ASP

Categorized Under: Development, English 4 Commented

Nowadays, most websites are connected to databases. the larger the data in the database, the longer it takes for the browser (or the code) to fetch/retrieve the required data for the user. and ofcourse, that’s where the developers’ skills comes handy, where developing an efficient code and using the minimum queries as possible is a [...]

Increasing performance and adding flexibility using arrays instead of recordsets in ASP with databases

Categorized Under: Development, English No Commented

Those days, inorder to increase the websites/intranets features and interactivity it is essential to have a connectivity to a database wither its an oracle database or MS access or other types of databases, .. and with databases comes the issue of performance, so in this article i would like to share some of [...]