View Single Post
  #13  
Old 05-09-2011, 12:41 AM
wildwillie wildwillie is offline
Approved Member
 
Join Date: Aug 2010
Posts: 111
Default

Zalty's -

If we can add the following to the scrips:

using MySql.Data;
using MySql.Data.MySqlClient;

which allow us to link in the MySQL Connector/NET that would be great. We would be able to write data to the database as the events happen.

Then we just need the proper methods for monitering objects in the script.
Reply With Quote