A Simple FireDAC SQLite Application - Delphi 234

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии • 6

  • @brucemcgee5749
    @brucemcgee5749 8 месяцев назад +4

    Very nice. A few things worth noting:
    1) SQLite is a local database, so this example works in the Professional and Community editions of Delphi.
    2) If you don't specify a database file name, Delphi will create a SQLite database in memory, complete with SQL support.
    3) This in-memory database works at design time, just like an on-disk database, which can help with application design.

    • @codegearguru
      @codegearguru  7 месяцев назад

      I'll have try some of this out, thanks.

  • @mehamada1
    @mehamada1 8 месяцев назад +1

    the problem of delphi is now far from futrure (such as, mvc - them own not 3rd party, state management, type safe etc...)

  • @James_Bl_Travel
    @James_Bl_Travel 8 месяцев назад

    All the videos show how to use an existing DB. but how to create a DB with Delphi on an easy way. and on the fly? Lets say if i want to make a DB with date from Telegamm messenger? may u can make a viedeo for that? Thank you :)

    • @codegearguru
      @codegearguru  8 месяцев назад +2

      There was no database when I started the video. It was created the first time I tried to open it. Then I executed a bunch of SQL to add tables and records.

  • @DuxGamingCorner
    @DuxGamingCorner 14 дней назад

    Man.... you are sooo fast. You are speaking too quickly and presenting information at rapid pace. Occasionally, I need to go back to review specific parts of the video to understand exactly what you have done. It's even sometimes so hard to see what you clicked or changed in a split second. Anyway thank you for your time. Is there any video about how to add new records, delete them and edit programmatically? Thanks in advance.