How to demobilize the commands in MySQL

This article explains the commands used to demobilize the commands in MySQL.
  • 1821

Demobilizing commands

Demobilizing the commands means to deactivate/ignore any command which has been written inorder to prevent any kind of errors. The connection string used to demobilizing the commands is given below

Server=specifiedServerAddress;Database=specifiedDatabase;Uid=Username;Pwd=password;Ignore Prepare=true;

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.