Database engine type
One of "ORACLE" | "SYBASE" | "MSSQL" | "ACCESS" | "SQLA"
Might be needed when editing and the database engine is either Microsoft SQL Server or Access.
This is due to the use of database objects naming convention allowing the use of [ ] around object names containing spaces or object names that are reserved words (e.g. text).
Usage
[Visual Basic] (server code)
AxpDataGrid1.AxConnection.DatabaseEngine="ACCESS"
DBConnection Class | Axezz.WebControls Namespace