SQL framework manual is now available

SQL framework manual is now available
https://delphihtmlcomponents.com/SQLLibrary.pdf

Framework will be included into HTML Library bundle (source code is already available for existing users)

#1 https://youtu.be/v1B2zkm9w5Q

#2 https://delphihtmlcomponents.com/sqlcontext.gif

#3 https://delphihtmlcomponents.com/sqlplay3.gif

https://delphihtmlcomponents.com/SQLLibrary.pdf

Comments

  1. Mike Torrettinni yes, it is mentioned in section 3: Getting list of used tables/fields/views/params

    TSQLExpression, TSQLStatement and its descendands (TSQLQuery, etc) has
    procedure GetAllUsedTables(const L: TStringList);
    procedure GetAllUsedFields(const L: TStringList);

    ReplyDelete
  2. Alexander Sviridenkov Great! Let me know when a demo or trial version will be available, to try the sql parsing. The SQL Parser has priced itself out of my reach and support for VCL is almost none.

    ReplyDelete

Post a Comment