Good evening! Currently facing a problem with creating groups in Plus Emulator. The thing is that the emulator wants to add letters to "colour1" and "colour2", but it can't due to that it's set up to be imported in INT (numbers only). Tried changing it in the source, but it didn't work out that well.
Error:
Code:Error in query: INSERT INTO groups (`name`, `desc`,`badge`,`owner_id`,`created`,`room_id`,`colour1`,`colour2`) VALUES(@name, @desc, @badge, 2467, UNIX_TIMESTAMP(), 1036,'bd9f01','8e4700') MySql.Data.MySqlClient.MySqlException (0x80004005): Incorrect integer value: 'bd9f01' for column 'colour1' at row 1 at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteScalar() at Database_Manager.Database.Session_Details.QueryAdapter.insertQuery() in c:\Users\Felipe\Desktop\Reverse\SimEmu\Silverwave\Silverwave\Silverwave Emulator\DatabaseManager\Database_Manager\Database\Session_Details\QueryAdapter.cs:line 164


Reply With Quote![[PLUS AKIIX] Can't create groups [PLUS AKIIX]](http://ragezone.com/hyper728.png)

