| Previous Next Edit Rename Undo Refresh Search Administration |
|
| Documentation |
|
The default Storage Engine is InnoDB
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" Print hCon.MySQL.Engine
![]() | See this example. |