Sqlstring conection
I want to have a multiple conexion on my conectionstring How can I do Thtat?
I want to have a multiple conexion on my conectionstring How can I do Thtat?
Need to connect excel VBA to snowflake. Can anyone provide a connection string for that?
I'm using Visual Studio for Mac community version 8.10.23 In Asp.net core(3.1) project I have Installed Pomelo NuGet Package(5.0.17) for MySql connectivity locally. and set the connection string like this
I am trying to connect to a MYSQL database through VBA in Excel. I have been doing so with an administrator account without issue for some time. For security reasons, I wanted to do so with a MYSQL account with lesser permissions.
On a VPS server I have Ubuntu 20.04 / Nginx / MariaDB The software I want to Install: nopCommerce 4.50.1
I apologize for my English, my question is the following: I have a connection to mysql in a dll which is called by a service in c++, in local mode, connection.open does not take more than 1/2 second,
When i try to connect to a remote database using visual studio 2019 or directly from a webapp i get the error: (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server.)(Microsoft SQL server error:53).
Imports MySql.Data.MySqlClient Imports MySql.Data Module Connect Public Conn As New MySqlConnection Private ConnStr As String Dim Result As Boolean Public Function MySQLConn() As Boolean
I' am connecting to Mysql database on Server Version: 5.7.30-0ubuntu0.18.04.1 and for some tables work fine and others responde me ... table databasename.xxxxx dos not exist
I get an MySqlException: "Unable to connect to any of the specified MySQL hosts" after deploying an ASP.NET Core webapp in IIS. My connection string is: Server=mysql9.mijnhostingpartner.nl;Database=Gouw1vveflorijn;user=;password=
Hi guyz, I have a problem with my connection string The problem consist of a string connection that i must use to connect my database Toolkit open connection on labview nxg to my database on google cloud sql
What are steps in connecting VB.net with SQL server?
I'm a student learning programming. I need to find out what web address gets my database and server. I need to find out what the database name is.
add name="xyzEntities" connectionString="Data Source=123.12.132.123;port=3306;Integrated Security=false;Initial Catalog=database name;User Id=myname;password=mypass" providerName="MySql.Data.MySqlClient"/
Hi everybody, I'm just beginning with MySQL and I try to make a connection between a VBscript and a MySQL Database.
I need a ADO connection string to work with Quick Payroll, I am not a developer but I need it in order to customise reports.
I get the error able 'mysql.proc' doesn't exist while executing procedures from .net application using proxysql. MySQL version: 8.0.13 MySQL.Data version: 8.013
Remote MySQL Linked Server deployed in SQL Express Management Studio do not show any content and structure, it only LIST NAME of the tables belongs to the remote connected MySQL database
I have visual studio 2012 Ultimate on my machine and am trying to connect MySQL on Azure using MySQL .Net Connector 6.8.3 Below is my connection string Server={Server};Port=3306;Database={DbName};Uid={user};Pwd={pwd};sslMode=Prefered;
Is it possible to connect with MySQL 3.1.13 behind a proxy server? Like this : MySQL.ConnectionString = "Driver={MySQL ODBC 5.1 Driver};Server=dbServ;Database=dbName;User=dbUser;Password=dbPass;Option=3;ProxyServer=proServer;ProxyUser=proUser"
I would like to coonect my app vb.net to mysql but the message error below
COMPILATION ERROR I hosted my site designed in asp.net 2008, and it flags this error: BC30002: Type 'MySqlConnection' is not defined. I have tried but it did not work. Please, how can I solve this problem?
I have been out of the programming game for a bit, as I used to specialize in Classic ASP before ASP.Net became what it is today, let alone C#.
I have a number of computers all successfully connecting to MySQL on-line via GoDaddy. There's one computer which will not connect ie. won't open the MySQLConnection. I have tried these connection strings:
i'm vb 6 developer , i need vb6 with mysql server (webserver) connection string .... pls help... error mysql odbc 3.51 driver can't connect to mysql server on 'server name' (10013)
I am trying to connect to MySQL from c# with xampp. I dont know what is wrong with my code that it says: "Authentication to host 'localhost' for user 'root' using method 'mysqlnativepassword' failed with message : Access denied for user 'root'@'localhost' (using password:YES)"
What is the connection string for connecting to embedded mySQL database.
Hi there, I'm trying to write a vb.net program (VS 2010) that connects to a MySQL DB (64 bit) under Windows (10). Amongst other attempts these are my recent once:
Where do I find the various number value options for the OPTIONS clause in the MySQL Connection String? Searching the MySQL site didn't turn up the full listing. Thanks in advance!
I would like to use a database MySQl in a test unit c#. It's ok for xml or a database access but i don't find the good "datasource" for a database MySQL please, help me ! differents tests here :