Gantt SQL database basic
Creates Gantt data from and saves changes back to database using AJAX and .NET IDbCommand and IDataReader interfaces
Do not run this file locally!
Run it from your local or remote web http server where is installed IIS and ASP.NET (1.0, 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, ...).
Source files:

GanttBasicDB.html

(this html page),

GanttBasicDef.xml

(static XML layout),

GanttBasicDBData.aspx

(server script generates XML data),

GanttBasicDBUpload.aspx

(server script saves XML data to database),

../Database.db

(source SQL database, table GanttBasic)
This example uses

SQLite

../Database.db file as source SQL database. You can switch to

MS Access

MDB database by setting UseMDB property to true in GanttBasicDBData.aspx and GanttBasicDBUpload.aspx.
The MS Access MDB database can be used only in 32bit mode of IIS. Also the ASP.NET service program must have write access to the Database.mdb file.
Presents base Gantt chart features - Main bar, milestones and dependencies.
For more Gantt features see Gantt Local examples or Gantt tutorials. For more ways of database communication see Basic Ajax or Form Submit ASP.NET examples.