18 lines
697 B
Text
18 lines
697 B
Text
|
# Gambas Project File 3.0
|
||
|
Title=DatabaseEditor
|
||
|
Startup=FMain
|
||
|
Version=1.0.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.\n\nNote that this example uses a connection to the DB that is specified at design-time via the gambas IDE. As a consequence the IDE provides support when binding controls to tables and fields by offering the available tables or field names."
|
||
|
TabSize=4
|
||
|
Language=en_US
|
||
|
Vendor=MartinFischer
|
||
|
Packager=1
|
||
|
Tags=Database,Example
|
||
|
GambasVersion=3.18
|