Posts by aldux • 111 points
2 posts
-
1
votes2
answers449
viewsA: How to expedite VB.net database searches / Access97
MS Access is not a real database management system and has no way to achieve the same performance as a SGBD. In addition to other limitations such as the maximum file size of 1Gb .mdb (version 97).…
-
0
votes6
answers6049
viewsA: How to make a textbox that updates every time you change the content?
You can create a function javascript that triggers a servlet or webservice every time a key is pressed in your textbox (or input html). For example in jQuery: $('#nome-elemento').keypress(function()…