Quote:
Originally Posted by vampire2005
public static void LoadMonsters()
{
MySqlCommand Cmd = new MySqlCommand("SELECT * FROM `monsters`", DatabaseConnection.NewConnection());
MySqlDataReader DR = Cmd.ExecuteReader(CommandBehavior.CloseConnection) ;
while(DR.Read())
{
i got this problem at c# Step .. what should i do ??
plz any one give help
|
Well, read
[Only registered and activated users can see links. Click Here To Register...]. The part about
:
Some additional issues known:
Please note: If you installed MySQL bundled with anything (like AppServ, XAMPP, WAMP, etc.), OR if you installed it MySQL in "Developer" mode, then you MUST remove the following from the GameServer "DatabaseConnections.cs":
there it very good declare, what you must do.
greetings, Moon