Simplify your code with MySQL transactions and prepared queries, and the Perl DBI (Tech Republic)

Simplify your code with MySQL transactions and prepared queries, and the Perl DBI (Tech Republic)
Most database systems (including MySQL) support prepared queries and transactions, and most scripting languages (like PHP and Perl) come with built-in functions to access these database features. The Perl DBI functions supporting transactions and prepared queries in MySQL are explored with a view to explaining how they work and how you can use them in your own applications.

No comments yet. Be the first.

Leave a reply