Arma2NETMySQLPlugin
Arma2NETMySQLPlugin copied to clipboard
Arma2NET plugin to connect to MySQL and SQLite databases
Results
13
Arma2NETMySQLPlugin issues
Sort by
recently updated
recently updated
newest added
Return results seem to be double encapsulated. e.g.: ``` [["1234"]] ``` Look into this to see if it's an issue with Arma2NET or the plugin.
bug
Make sure the Close() methods are inside a finally block so that it will always be executed. When shutting connections down (or opening them) it is vital that they return...