We have some C# code inside our coresuite customization that opens a text file:
var scandata = new StreamReader (File.OpenRead(@"\\servername\foldername\textfilename.csv"));
But I now want it to open a MySQL database instead. Has anyone developed any code that will do this? I hope I'm posting this question inside the correct forum. Thank you all!