The latest version of UWP MySQL 6.10.5 is bad

Source: Internet
Author: User
Tags mysql latest version

Original: UWP MySQL latest version 6.10.5 is bad

#实锤 # confirmed, MySQL latest version 6.10.5, in the UWP platform does not connect, is bad

Did Oracle have no tests? Direct online???

I have set the bug to the highest severity level and submitted it to the official.

I ' m using UWP to connect my SQL Server.

But I can ' t open it. In Dbforge or Heidi SQL, the same server and UID works.

 Public Staticmysqlconnection createmysqlconnection () {stringstrconn = String.Format ("server={0}; uid={1};pwd={2}; database={3}", strserver, strUserID, strpassword, strdatabase); Mysqlconnection Conn=NULL; Try{conn=Newmysqlconnection (); Conn. ConnectionString=strconn; Conn.      Open (); }      Catch(Mysqlexception myex) {}Catch(Exception ex) {}returnConn;}



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

Mysql 6.10.5
Windows 10 16299
VS 15.5.3

Gayhub Test Address: Web link ????

Wait for the official reply quietly.

==============================================================

Reply, do not support uwp!!!

Thank the bug report.

As per internal discussion with developers and they confirm the UWP is

Not supporting.

The latest version of UWP MySQL 6.10.5 is bad

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.