Re: MySQL + Windows 10 IoT core
Posted by: World Eyeglasses
Date: November 27, 2015 11:09PM

MySqlCommand cmd = new MySqlCommand("UPDATEBLOB", db.msConn);
cmd.CommandType = System.Data.CommandType.StoredProcedure;
cmd.Parameters.Add(new MySqlParameter("uniqueKey", ct.uniqueKey));
cmd.Parameters.Add(new MySqlParameter("blobData", createBlob(ct.actualFileLocation)));
int rc = cmd.ExecuteNonQuery();

Options: ReplyQuote


Subject
Written By
Posted
October 22, 2015 03:02PM
Re: MySQL + Windows 10 IoT core
November 27, 2015 11:09PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.