Question : I am connected to the network but I can't connect to the Internet.

I just cleaned up some malware on a workstation.  The malware software says that nothing is detected.  Virus software says workstation is clean.  However, I cannot connect to the Internet.  I cannot use IE, Mozilla, Chrome, etc.  I can ping websites and external IPs, but when I click on the Internet, I can get connected.  I believe I am still dirty somewhere.  Can you point me in the right direction to start?  I do have a HiJackThis log attached.
 
HiJackThis log
 

Answer : I am connected to the network but I can't connect to the Internet.

this part

(dbo.[user].tbluserID = " & myUser & ") "

you declared myUser as string, if tblUserId is a string, it should be


(dbo.[user].tbluserID = '" & myUser & "') "
Random Solutions  
 
programming4us programming4us