Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.981 Beiträge
 
#1

GpSQLBuilder Improvements

  Alt 12. Jul 2015, 13:10
Thanks to [leledumbo], GpSQLBuilder now works with the FPC pascal and supports the INSERT statement. You can now write statements such as: query := CreateGpSQLBuilder .Insert .Into(DB_TEST) .&Set(COL_1, [42]) .&Set(COL_2, 'abc') .AsString;Which will give you: INSERT ...

More...
  Mit Zitat antworten Zitat