SQL Injection Prevention
Budget: $10 – $30 USD
One line of existing C Sharp code needs to be rewritten to prevent SQL injection attack:
using (var dA = new OleDbDA("select * from [" + table + "]", Connection))
using (var dA = new OleDbDA("select * from [" + table + "]", Connection))