In this sequence: MySQLCommand cmd = new MySQLCommand(somequery, connection); MySQLDataReader reader = cmd.ExecuteReaderEx(); the c# program stop without any notification even if I put the 2 commands in try/catch statement, if somequery are wrong formatted or it try to use a table that does not exist. There are some method to handle this behavior?
chore: removed internal binaries
native methods code reorganized
Solution converted to VS2017 + binaries set to the proper ignored folder
added unmanaged mysql legacy dll with C-guide
cleaning up the code
added Claudia Murialdo X86/X64 improvements
removed obsolete files
Fixed installer
more refactor
Imported AS-IS from CVS