|
History |
Returns or sets the Storage Engine used by the [/def/mysql] [/def/class] Returns or sets the Storage Engine used by the [/def/mysql] [/def/class]. The default Storage Engine is InnoDB The default Storage Engine is InnoDB .............................................................................. ..............................................................................
Returns or sets the Storage Engine used by the [/def/mysql] [/def/class]. Returns or sets the Storage Engine used by the [/def/mysql] [/def/class] The default Storage Engine is InnoDB The default Storage Engine is InnoDB .............................................................................. ..............................................................................
.............................................................................. ..............................................................................
{info {info
[http://dev.mysql.com/doc/refman/5.1/en/storage-engine-overview.html|Supported [http://dev.mysql.com/doc/refman/5.1/en/storage-engine-overview.html|Supported
} }
{info
See [http://www.gambasdoc.org/help/comp/gb.db.mysql/connection/example?v3|this
}
.............................................................................. ..............................................................................
{example {example
Dim hCon As New Connection Dim hCon As New Connection
With hCon
.Type = "mysql"
.Port = "3306"
.Host = "localhost"
.User = "root"
.Password = "mypass"
.Name = "Gambas"
.Open()
End With
hCon.MySQL.Engine = "InnoDB" hCon.MySQL.Engine = "InnoDB"
Print hCon.MySQL.Engine Print hCon.MySQL.Engine
.............................................................................. ..............................................................................
{info
{info [http://dev.mysql.com/doc/refman/5.1/en/storage-engine-overview.html|Supported
[http://dev.mysql.com/doc/refman/5.1/en/storage-engine-overview.html|Supported }
}
.............................................................................. ..............................................................................
The default Storage Engine is InnoDB The default Storage Engine is InnoDB
{example {example
Private hCon As New Connection Dim hCon As New Connection
hCon.MySQL.Engine = "InnoDB" hCon.MySQL.Engine = "InnoDB"
.............................................................................. ..............................................................................
Returns or sets the Storage Engine used by the [/def/mysql] [/def/class]. Returns or sets the Storage Engine used by the [/def/mysql] [/def/class].
The default Storage Engine is InnoDB
{example
Private hCon As New Connection
hCon.MySQL.Engine = "InnoDB"
Print hCon.MySQL.Engine
}
{info {info
[http://dev.mysql.com/doc/refman/5.1/en/storage-engine-overview.html|Supported [http://dev.mysql.com/doc/refman/5.1/en/storage-engine-overview.html|Supported
} }
.............................................................................. ..............................................................................