Cannot use Parameter in Create User query (no replies)
Hello, I'm trying to use the parameters for the following query: CREATE USER 'user'@'host' IDENTIFIED BY 'password'; So I'm using a base query CREATE USER @user@@domain IDENTIFIED BY @password; but...
View ArticleInformation about mysqlhelper.escape() (1 reply)
Howdy, About mysqlhelper.escape(), i'd like to know if it escapes only the quotes (') or escapes all characters like php's "mysqli->real_escape_string()" does, that escapes apart from "\" and "'":...
View Articleentity framework spatial support for multi-polygon and polygon (1 reply)
I use entity framework to access tables as follows: CREATE TABLE `myplaces` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(128) CHARACTER SET utf8 DEFAULT NULL, `location` geometry DEFAULT...
View ArticleUsing MYSQLDataAdapter to call MYSQL stored procedure for bulk...
All, I am new to MYSQL. I need a simple example that shows how VB.NET code can interact with MYSQL stored procedure using MYSQLDATAADAPTER. Requirement is to have one stored procedure retrieve data...
View ArticleYour Project References the latest version of entity framework error (no...
I have a Visual Studio 2017 project that using Entity Framework 6.2 When trying to create the edmx file I get the error "Your project references the latest version of Entity Framework; however, an...
View ArticleMySQL .NET and Labview 2017 64bit (no replies)
Good Morning all, Can anyone help me with the implementation of the .NET connector in National Instruments Labview. I`m trying to set up a simple VI to which I can pass an SQL statement and, depending...
View ArticleConnection Error - .NET Connector (5 replies)
Hi all, Can anyone explain why i`m getting a `MySql.Data.MySqlClient.MySqlException: The host 192.168.20.151 does not support SSL connections.` from the MySQLConnection Open() command? I`m using a...
View ArticleRe: MySQL Connector/NET 8.0.12 has been released (no replies)
Hi, I use Mysql server v.8.0.12 and .NET connector 8.0.12. I get several errors during inserts for strings into a varchar(45) field and Characater set utf8mb4. The table has charset utf8mb4, the...
View ArticleUnable to get CommandText (no replies)
Hi guys, I’m a newcomer to MySQL. I'm using C# to connect a MySQL database. I can connect to it but I can't get information from it. I've tried few methods but it didn't work. Here is connecting part....
View ArticleSSIS Intermittent Failures (no replies)
I'm presenting this in two sections, a primary challenge which relates to stability of our SSIS packages using a 6.9.8 MySQL Connector and a secondary challenge as it relates to attempting to find a...
View ArticleExecuteNonQuery() returns 0 if insert successful in both table! (no replies)
I think nothing's wrong with the connection because when I open it, it does not throw any error. So I guess the error is when I'm executing a command through the store procedure. From google...
View Articlevesrions (1 reply)
Hi I'm using the community server 5.7 1. which connector version should I use? why there is no mapping table that maps the versions to be used? (I'm using C++ connector ... however, the question is...
View Articlenet core 2.1 code first out parameters does´t work (no replies)
I have to try to call stored procedure, with out parameter and its imposible, doesnt works, for example: var numRes = new MySql.Data.MySqlClient.MySqlParameter { ParameterName = "numResults", DbType =...
View ArticleError while calling MysqlHelper.ExecuteNonQuery on a store procedure with a...
Error when using MysqlHelper.ExecuteNonquery on a stored procedure with OUT parameter ---------- string string procSaveNotificationClickTime = "call...
View Articlerun create store procedure by poweshell (1 reply)
I have .sql file which has multiple stored procedure, that run perfectly from mysql workbench and mysql command line tool example : source test.sql test.sql DROP procedure IF EXISTS `test`; DELIMITER...
View ArticleMySql stored procedure deployment in Azure DevOps (no replies)
Hi, For Azure Devops release pipeline i need to execute .sql file which has multiple stored procedure. Any ideas guys, how to do it. i have tried with MySqlTool Kits taskand Powershell but it fails...
View Articleoccasional "The transaction has aborted." messages at client (no replies)
MySQL client application runs at Windows hosts, connects through .Net connector to a remote MySQL 5.6 26 db server (running at a Linux host). Occasionally, at various client/app hosts a following...
View Articleconnection error to BD Mysql (1 reply)
hello, I made a program in C # for a supermarket, the office computer is the server with the DB and the box together with the server are connected to the same local wifi network, this is how the box...
View Article= waccount1 AND account ">"SELECT * FROM bill WHERE year=wyear AND account >= waccount1 AND account
I am new to work with mysql 5.7.21 and c # and vs2015. How to display the rows from the BILL table in DataSet. When I do not put a condition in the WHERE, it shows me a complete table, but I need only...
View ArticleERROR AL CONECTAR C# VISUAL STUDIO Y MYSQL (no replies)
CHICOS EL SIGUIENTE CÓDIGO ES DE UN TUTORIAL REALIZADO EN SQLSERVER, LO QUE HICE FUE PASAR LAS SENTENCIAS SQLSERVER A MYSQL. PERO CUANDO LO COMPILO ME SALE EL ERRRO. Es en tres capas. Capa_Conexion...
View Article