Home > howto > dbformentering 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
How To Enter Data With gb.db.form
Must have a Connection with your database.

Set up DataSource for the table access; it acts like a parent class ( as a container and with methods ).

Add a DataControl for each Field in your record.

Use Create and Save methods from the DataSource control.

Can browse with DataBrowser.

See also

connect to database with Connection, ;table access through DataSource, ; browse with DataBrowser