gambas-source-code/app/examples/Database/DatabaseEditor/.project
Martin Fischer c8148252bc Adds the DatabaseEditor example
[EXAMPLES]
* NEW: Database/DatabaseEditor
2023-09-02 20:37:05 +02:00

18 lines
550 B
XML

# Gambas Project File 3.0
Title=DatabaseEditor
Startup=Main
Version=0.1.0
Component=gb.image
Component=gb.gui
Component=gb.form
Component=gb.db
Component=gb.db.form
Component=gb.db.sqlite3
Description="Example program that demonstrates how to use data-bound controls to edit databse records.\nI use DataSource, DataBrowser, DataControl and DataCombo here.\nNote that this example builds up the DB connection programmatically."
Authors="Martin Fischer"
TabSize=4
Language=en_US
Vendor=MartinFischer
Packager=1
Tags=Example,Database
GambasVersion=3.16