That is my current code. I'm not too worried about SQL injection hacks at the moment, because this is just for my personal use.Code:Dim FFF As New System.Net.WebClient() Dim SQLQuery = "SELECT * FROM TABLE WHERE COLUMD = FFF.DownloadString("http://www.mywebsite.org")
The problem with the above code though is error "End of statement expected" and "SQLQuery is not declared. It may be in accessible..."
Can you post example code?




Reply With Quote