myFMbutler DoSQL Changelog

What's new in myFMbutler DoSQL 2.0.0.26

Jul 12, 2013
  • Version 2.0.0.26 fixes a bug in mFMb_DoSQL_Parameter( ) returning an error 8 ( empty result due to invalid index )

New in myFMbutler DoSQL 2.0.0.25 (Jul 12, 2013)

  • Faster
  • New DoSQL functions with simplified syntax, allows you to query and manipulate data without any SQL knowledge
  • mFMb_DoSQL_Insert
  • mFMb_DoSQL_Update
  • mFMb_DoSQL_Delete
  • mFMb_DoSQL_Select
  • Execute queries with parameters, to prevent SQL injection.
  • Functions to work with result sets
  • Several debug tools to help you find SQL issues in your solution