fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > comp > gb.db.mysql > _mysql > engine
 
Edit  Rename  Undo  Refresh 
-> 3.0
 
Documentation
History  
Engine - History
08/20/2008 13:58:27 - d.v.cambronero
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                                          
                                                                                                                                                               
..............................................................................   ..............................................................................
08/06/2008 12:46:52 - d.v.cambronero
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                                          
                                                                                                                                                               
..............................................................................   ..............................................................................
07/30/2008 13:34:41 - d.v.cambronero
No change
07/02/2008 16:42:16 - d.v.cambronero
..............................................................................   ..............................................................................
{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 
                                                                                 }                                                                              
                                                                                                                                                               
07/02/2008 13:14:00 - d.v.cambronero
..............................................................................   ..............................................................................
{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   }                                                                             
}                                                                                                                                                              
                                                                                                                                                               
07/02/2008 13:00:20 - d.v.cambronero
..............................................................................   ..............................................................................
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"                                                  
                                                                                                                                                               
..............................................................................   ..............................................................................
07/02/2008 12:05:29 - d.v.cambronero
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
}                                                                                }                                                                             
..............................................................................   ..............................................................................
05/09/2008 12:06:45 - d.v.cambronero
Creation