mysqlvisual studio 2010c语言
<code>MYSQL *mysql;mysql=mysql_init(NULL);if(!mysql_real_connect(mysql,"localhost","root","0412qwer","xs",3306,NULL,0)) AfxMessageBox(_T("数据库连接失败"));else{AfxMessageBox(_T("数据库连接成功"));}</code>
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn