c8148252bc
[EXAMPLES] * NEW: Database/DatabaseEditor
18 lines
550 B
XML
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
|