欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

Unity3D游戲開發中如何使用MySQL數據庫進行數據查詢

林子帆2年前11瀏覽0評論

ity3Dity3D游戲開發中使用MySQL數據庫進行數據查詢。

一、安裝MySQL數據庫

ch等工具創建一個新的數據庫。

二、連接MySQL數據庫

ity3Dnectornectority3D項目中。

三、編寫代碼

nector/NET從數據庫中查詢數據:

gt;g.Data;

oBehaviour

{nectionnection;g server;g database;g uid;g password;

private void Start()

{

server = "localhost";ydatabase";ame";

password = "password";gnectionString = "SERVER=" + server + ";" + "DATABASE=" + database + ";" + "UID=" + uid + ";" + "PASSWORD=" + password + ";";

nectionewnectionnectionString);

Connection())

{gytable";manddewmandnection);d.ExecuteReader();

while (dataReader.Read())

{ame"] + ", " + dataReader["score"]);

}

nection();

}

}

Connection()

{

try

{nection(); true;

} ex)

{

Debug.Log(ex.Message); false;

}

}

nection()

{

try

{nection.Close(); true;

} ex)

{

Debug.Log(ex.Message); false;

}

}

nectionConnectionnectionnectionnection.Close()方法關閉連接。

ity3Dity3D游戲開發者,提高游戲開發效率。