SQL Parameters within long String with VBNET
i am trying to make my server injection proof, and have a log table where I store human readable events. Is it possible to put a sql parameter within the Logtext string? In order to prevent any malicious input to come via the maliciousString? Dim User as String = "busssard" Dim Logtext As String =… Read More SQL Parameters within long String with VBNET