Hello, I'm using LogParser COM API (MS Visual C# E.E.) to parse some log files, create sql tables for each IP Address (using SQLConnection and SQLCommand classes) and finally populate these tables with Log Parser filtered fields. It filters log entry correctly, creates tables but when populating...