Until now the ConnectToMySQL package have not really
checked what data is being sent. As a result, it was
possible to break the connection to the database if
data contained commas or semi-colons.
To prevent this, replace commas with dots (.) and
semi-colons with dashes (-).
Until now the ConnectToMySQL package have not really checked what data is being sent. As a result, it was possible to break the connection to the database if data contained commas or semi-colons.
To prevent this, replace commas with dots (.) and semi-colons with dashes (-).