mysql-parameter
MySqlParameter as TableName
I want to use MySqlParameter to pass tableName into qu开发者_高级运维ery (to prevent slq injections)[详细]
2023-03-06 12:44 分类:问答Add List<int> to a mysql parameter
I have this question about the MySqlParameter from the .NET connector. I have this query: SELECT * FROM table WHERE id IN (@parameter)[详细]
2023-02-26 18:39 分类:问答Parameterized MySql INSERT query not having right parameters value
I\'m trying to do a basic ins开发者_StackOverflow中文版ert statement using a parameterized query. My problem is whatever the syntax I\'m using it seems like the query is being done with all parameters[详细]
2023-02-18 06:42 分类:问答Difference between adding MySql Parameters with Add() and AddWithValue()
According to MySql in this document C.7.9.6. Changes in MySQL Connector/NET 5.0.5 (07 March 2007): Added MySqlParameterCollection.AddWithValue and marked the Add(name, value) method as obsolete.[详细]
2023-01-26 15:26 分类:问答The SqlParameterCollection only accepts non-null SqlParameter type objects, not MySqlParameter objects
I have created a method that will insert any exceptions thrown into a table on "ExceptionLog" on MySql server.[详细]
2023-01-08 00:46 分类:问答mySQL :syntax using in C#
I am using in C# MYsql .I have query that works if I run on MySql Workbench ,but in C# it does not return any value also does not give ant error too.There is only one different using on Mysql I use be[详细]
2022-12-25 08:04 分类:问答Error deleting a record using Linq2SQL
I\'ve received an error report from a client recently and am having no luck resolving it. I\'m hoping someone can give me some insight to what may be wrong.[详细]
2022-12-16 15:42 分类:问答