AxpDataGrid

DBConnection.DatabaseEngine Property

Database engine type

[Visual Basic]
Public Property DatabaseEngine As String
[C#]
public string DatabaseEngine {get; set;}

Property Value

One of "ORACLE" | "SYBASE" | "MSSQL" | "ACCESS" | "SQLA"

Remarks

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"
            

See Also

DBConnection Class | Axezz.WebControls Namespace