.Net Data Objects のリリース

Released: Apr 18, 2017

V7.0 での更新項目

機能

  • Added support for additional SQL reserved words.
  • Added new QueryField overloads to the Connection object.
  • Added support for SQLite 3.x databases.
  • Added support for Guid data types.
  • Added new OpenMode property (full support for Microsoft Access and partial support for SQLite).
  • Added support for Microsoft SQL server 2016.
  • Added Connection property to the SQLSelect, SQLUpdate, SQLInsert and SQLUpdate classes.
  • Removed support for IBM DB2 databases.

不具合の修正

  • Fixed a bug with MySQL date/time fields...

Released: Jun 20, 2016

V5.0 での更新項目

機能

  • Added Password and Position reserved words.
  • Added new QueryField… overloads.
  • Minor optimizations.