Posts by Felipe • 39 points
2 posts
-
2
votes1
answer114
viewsQ: How to find out how many slots/memory banks are being used in VB
I am developing a project in Visual Basic and would like to know how I can read the amount of slots/ RAM banks there are in use in the computer, also the value of RAM installed in each slot/ bank in…
-
0
votes1
answer66
viewsQ: How to Group the results of a Select into two tables -- SQL
Well I have two tables the Tbinfo and the table Tbprograma CREATE TABLE TBInfo( Ip VARCHAR(20), HostName VARCHAR(50), Mascara VARCHAR(15), Gataway VARCHAR(15), Win VARCHAR(50), Versao VARCHAR(8), Hd…