I have been successful in getting all of my network device syslog messages to post to a MS Access DB. This makes it nice and neat to run sql queries on things such as date, IP host,etc. from a web front end. Unfortuately, the field in the table that holds the "offending" source IP address is in the body of a text message field. I would like to parse out just the IP address strings in this field in the database and count how many times each unique IP address appears. This would give me a nice quick way to determine that any one particular IP address is trying to hack my network for an excessive amount of attempts. Since I can't seem to get this to work through sql, because the query always returns the entire field. Does anyone know a way to get this done using
VB?