Talk:Tutorial: Connecting to a SQLite Database Using FireDAC

From RAD Studio

There is a missing "s" in the format string

   '|%8d|%-25|%-25s|' 

which should read

   '|%8d|%-25s|%-25s|'