CodeSmith连接Mysql方法步骤

版本信息:

1. codesmith 7.0

2. mysql-connector-net-6.7.4.msi

文件:CodeSmith.exe.config 内容



  
    
  
  
	  
		 
	  
  
  
    
      
    
  
  
    
      
      
        
        
      
    
  
其中System.data段为连接mysql的配置项

还需要安装mysql-connector-net-6.7.4.msi.

然后将C:\ProgramFiles (x86)\MySQL\MySQL Connector Net 6.7.4\Assemblies\v4.5\MySql.Data.dll 复制到CODESMITH_HOME\bin

启动CodeSmith并在schemaexplorer中添加mysql的连接

联接字符串:

server=127.0.0.1;userid=root;persist security info=True;database=testDB


TemplateEditor.exe.config等其它配置文件的内容参见CodeSmith.exe.config




你可能感兴趣的:(codesmith,codegen)