I seriously miss the associative array feature in asp/vbscript
So either you use the dictionary object which is like way too slow
or you change the entire vbscript code to jscript… which is again not feasable…even if you make a new project from scratch, jscript is not the accepted norm and the next programmer will curse you for his miseries…
Any Ideas ?
I had one…
You can open disconnected recordsets. so you can make changes like updates and deletes and additions in the recorset and then send it to the server…
we normally need to open recordsets and usually the data which we need to put in the array is related to some or the other recordset…
I thought that maybe there is some way to use the recordset as the array
will it be useful ?
points to consider…
speed
code readability
etc
what do you think ?