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 > charset
 
Edit  Rename  Undo  Refresh 
-> 3.0
 
Documentation
History  
Charset - History
08/27/2008 09:50:15 - d.v.cambronero
{syntax no-title                                                                 {syntax no-title                                                              
<font color='blue'>PROPERTY</font> *Charset* <font color='blue'>AS</font> <fon   <font color='blue'>PROPERTY</font> *Charset* <font color='blue'>AS</font> <fon 
}                                                                                }                                                                             
                                                                                                                                                               
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
..............................................................................   ..............................................................................
08/27/2008 09:48:48 - d.v.cambronero
{syntax no-title                                                                 {syntax no-title                                                              
<font color='blue'>PROPERTY</font> *Charset* <font color='blue'>AS</font> <fon   <font color='blue'>PROPERTY</font> *Charset* <font color='blue'>AS</font> <fon 
}                                                                                }                                                                             
                                                                                                                                                               
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
..............................................................................   ..............................................................................
08/27/2008 09:47:08 - d.v.cambronero
{syntax  no-title                                                                {syntax no-title                                                              
<font color='blue'>PROPERTY</font> Charset AS String                             <font color='blue'>PROPERTY</font> *Charset* <font color='blue'>AS</font> <fon 
}                                                                                }                                                                             
                                                                                                                                                               
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
..............................................................................   ..............................................................................
08/27/2008 09:45:28 - d.v.cambronero
{syntax  no-title                                                                {syntax  no-title                                                             
PRIVATE                                                                          <font color='blue'>PROPERTY</font> Charset AS String                           
}                                                                                }                                                                             
                                                                                                                                                               
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
..............................................................................   ..............................................................................
08/27/2008 09:43:33 - d.v.cambronero
{syntax                                                                          {syntax  no-title                                                              
PRIVATE                                                                          PRIVATE                                                                       
}                                                                                }                                                                             
                                                                                                                                                               
..............................................................................   ..............................................................................
08/27/2008 09:42:44 - d.v.cambronero
{syntax "no-title"                                                               {syntax                                                                        
PRIVATE                                                                          PRIVATE                                                                       
}                                                                                }                                                                             
                                                                                                                                                               
..............................................................................   ..............................................................................
08/27/2008 09:42:02 - d.v.cambronero
{syntaxno-title                                                                  {syntax "no-title"                                                             
PRIVATE                                                                          PRIVATE                                                                       
}                                                                                }                                                                             
                                                                                                                                                               
..............................................................................   ..............................................................................
08/27/2008 09:41:49 - d.v.cambronero
{syntax no-title                                                                 {syntaxno-title                                                                
PRIVATE                                                                          PRIVATE                                                                       
}                                                                                }                                                                             
                                                                                                                                                               
..............................................................................   ..............................................................................
08/27/2008 09:41:10 - d.v.cambronero
                                                                                 {syntax no-title                                                               
                                                                                 PRIVATE                                                                        
                                                                                 }                                                                              
                                                                                                                                                                
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                               
The default Charset is utf8                                                      The default Charset is utf8                                                   
..............................................................................   ..............................................................................
08/20/2008 13:46:30 - d.v.cambronero
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                               
The default Charset is utf8.                                                     The default Charset is utf8                                                    
                                                                                                                                                               
{example                                                                         {example                                                                      
Dim hCon As New Connection                                                       Dim hCon As New Connection                                                    
..............................................................................   ..............................................................................
08/06/2008 09:29:14 - d.v.cambronero
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                               
The default Charset is utf8                                                      The default Charset is utf8.                                                   
                                                                                                                                                               
{example                                                                         {example                                                                      
Dim hCon As New Connection                                                       Dim hCon As New Connection                                                    
..............................................................................   ..............................................................................
07/30/2008 13:25:40 - d.v.cambronero
No change
07/02/2008 16:41:28 - d.v.cambronero
..............................................................................   ..............................................................................
                                                                                                                                                               
[http://dev.mysql.com/doc/refman/5.1/en/charset-charsets.html|Charset & Collat   [http://dev.mysql.com/doc/refman/5.1/en/charset-charsets.html|Charset & Collat
}                                                                                }                                                                             
                                                                                                                                                                
                                                                                 {info                                                                          
                                                                                 See [http://www.gambasdoc.org/help/comp/gb.db.mysql/connection/example?v3|this 
                                                                                 }                                                                              
                                                                                                                                                               
07/02/2008 13:13:30 - 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.Charset = "utf8"                                                      hCon.MySQL.Charset = "utf8"                                                   
                                                                                                                                                               
Print hCon.MySQL.Charset                                                         Print hCon.MySQL.Charset                                                      
..............................................................................   ..............................................................................
07/02/2008 12:59:12 - d.v.cambronero
..............................................................................   ..............................................................................
The default Charset is utf8                                                      The default Charset is utf8                                                   
                                                                                                                                                               
{example                                                                         {example                                                                      
Private hCon As New Connection                                                   Dim hCon As New Connection                                                     
                                                                                                                                                               
hCon.MySQL.Charset = "utf8"                                                      hCon.MySQL.Charset = "utf8"                                                   
                                                                                                                                                               
..............................................................................   ..............................................................................
07/02/2008 11:57:38 - d.v.cambronero
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                               
                                                                                 The default Charset is utf8                                                    
                                                                                                                                                                
                                                                                 {example                                                                       
                                                                                 Private hCon As New Connection                                                 
                                                                                                                                                                
                                                                                 hCon.MySQL.Charset = "utf8"                                                    
                                                                                                                                                                
                                                                                 Print hCon.MySQL.Charset                                                       
                                                                                 }                                                                              
                                                                                                                                                                
{info                                                                            {info                                                                         
See your information\_\schema.CHARACTER\_\SETS for all aviable charsets.         See your information\_\schema.CHARACTER\_\SETS for all aviable charsets.      
                                                                                                                                                               
..............................................................................   ..............................................................................
05/09/2008 11:51:27 - d.v.cambronero
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                               
{info                                                                            {info                                                                         
See your information\_\schema.CHARACTER\_\SETS for all aviable charsets._        See your information\_\schema.CHARACTER\_\SETS for all aviable charsets.       
                                                                                                                                                                
[http://dev.mysql.com/doc/refman/5.1/en/charset-charsets.html|Charset & Collat   [http://dev.mysql.com/doc/refman/5.1/en/charset-charsets.html|Charset & Collat
}                                                                                }                                                                             
                                                                                                                                                               
05/09/2008 11:48:32 - d.v.cambronero
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                               
{info                                                                            {info                                                                         
See your information\_\schema.CHARACTER\_\SETS for all aviable charsets.         See your information\_\schema.CHARACTER\_\SETS for all aviable charsets._      
                                                                                 [http://dev.mysql.com/doc/refman/5.1/en/charset-charsets.html|Charset & Collat 
}                                                                                }                                                                             
                                                                                                                                                               
05/09/2008 11:41:56 - d.v.cambronero
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                               
{info                                                                            {info                                                                         
See your \information_schema.CHARACTER_SETS for all aviable charsets.            See your information\_\schema.CHARACTER\_\SETS for all aviable charsets.       
}                                                                                }                                                                             
                                                                                                                                                               
05/09/2008 11:39:53 - d.v.cambronero
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                               
{info                                                                            {info                                                                         
See your information_schema.CHARACTER_SETS for all aviable charsets.             See your \information_schema.CHARACTER_SETS for all aviable charsets.          
}                                                                                }                                                                             
                                                                                                                                                               
05/09/2008 11:37:39 - d.v.cambronero
Returns or sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].            
                                                                                                                                                                
                                                                                 {info                                                                          
                                                                                 See your information_schema.CHARACTER_SETS for all aviable charsets.           
                                                                                 }                                                                              
                                                                                                                                                               
05/09/2008 11:28:48 - d.v.cambronero
Returns os sets the Charset used by the [/def/mysql] [/def/class].               Returns or sets the Charset used by the [/def/mysql] [/def/class].             
                                                                                                                                                               
05/09/2008 11:23:07 - d.v.cambronero
Creation