当前位置:Gxlcms > 数据库问题 > UWP MySQL 最新版 6.10.5是坏的

UWP MySQL 最新版 6.10.5是坏的

时间:2021-07-01 10:21:17 帮助过:8人阅读

static MySqlConnection CreateMySqlConnection() { string strConn = String.Format("server={0}; uid={1}; pwd={2}; database={3}", strServer, strUserID, strPassword, strDatabase); MySqlConnection conn = null; try { conn = new MySqlConnection(); conn.ConnectionString = strConn; conn.Open(); } catch (MySqlException myex) { } catch (Exception ex) { } return conn; }

 



How to repeat:
Build a uwp project, using the above code

Mysql 6.10.5
windows 10 16299
vs 15.5.3

 

Gayhub测试地址:网页链接 ????

 

 

静静地等官方回复吧

UWP MySQL 最新版 6.10.5是坏的

标签:database   mysq   pps   bubuko   pwd   my sql   技术   cti   format   

人气教程排行