Classic ASP w/ MySQL and ODBC 5.1 - including web.config file
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 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 :
I have sample Code like this. Please let me know how to connect Mysql DB from these ASP file. I have installed MySQLODBC driver 5 on my machine. SQL="select fname,lname from Guest" set rs=Conn.Execute(SQL)
Hello, i have been using only one mysql server in connection string until now, but today after making of replication of server1, i have server1 and serve2 operationg which are synchronized between them.
I am trying to connect to an Mysql database through c# web service The password for the database is a~Sz4x;1)X(N The above password has ; in it which is a line terminator in c# it throws below error
I can´t connect to mine mysql server. What is wrong ? connect to Mssql works with this: using (System.Data.SqlClient.SqlConnection connection = new System.Data.SqlClient.SqlConnection("Server=per-191345.mssql.binero.se;Database=191345-per;User ID=191345_as37852;Password=XXXXXXXX;"))
Good day, i have a windows forms desktop application i built using c#. I need to connect it to an online database hosted on a server. this is my connection string
Assuming I do not want to authenticate (sskverify=0), is there a way with MySQL ODBC 5.3 to encrypt a connection using SSL without any SSL files (sslca, sslcert, sslkey)?
Some days ago, I finally succeeded in establishing a dialog between my Excel 2007 sheet on a Windows 8.1 computer and a MySQL database on the Windows 2008 server of the active directory domain using ADO/ODBC in VBA.
Hello, everyone: There is a problem which troubled me for several days, I need to build an odbc connection string to connect to SAP Hana with kerberos.
Hi, I would like to ask how to connect to MySQL over SSH using C#. I am using the following code but it works only when not over SSH What modification I should do to make it works? try {
Hello, I want to logon via ADO in a database to another database via windows authentication. In the connectstring I give the user name (domain\user) and password and I put also the parameter Trusted connection to yes.
Hi, I am new to Teradata, and currently facing an issue in creating a connection string with Windows authentication. Consider my company name is xyz and my user id is abc. I usually login to Windows desktop with user name as xyz/abc. The Teradata db is in company network.
Hey folks, Got an urgent problem I could use some help with. We are hosted with fasthosts and they have altered the servers so now I need a connection string to MySQL database that does not use ODBC.
hi, i have created a asp.net (c#) website & used MySql as the database. I choose hostgator as my hosting provider. In hostgator i created the mysql database using myphpadmin. The website is running properly.
Hey guys, I've got a remote server running on my Pi and am currently trying to access it using vb.net 4.0 and failing. my code is Imports MySql.Data.MySqlClient Module Module1 Dim mysqlconn As MySqlConnection
I'm using Microsoft Web Developer 2012 and I'm trying to connect to MySql Server on a shared hosting site. My connection string looks like this: <connectionStrings>
Hi I am using Powerbuilder 11.5 and Mysql 5.1.70-community on Windows 7 32 Bit, I downloaded MySQL connector "Connector/J 5.1.26" I created a database profile with following options // Profile dd S
Hey, I can do all manipulation with mysql server database, tables in java, with connection string below: String url = "jdbc:mysql://localhost:3306/"; String driver = "com.mysql.jdbc.D
when i add dll in my application it added successfully no problem about it. when i run my application then connection string generate in web.config bt what happen with this... all sessions are c
Hi, I want to connect vb6.0 with LDAP active Directory for this I need the connection string with full specifications. Can anyone knows pls help me to do this. Thanks in advance.
This is the scope: We are engaged in the cleanup of our systems with the sole purpose of checking and remediateing vulnerabilities in all our servers. We will continue with the process in the
Hi, I am trying to create a query with some information coming from 2 different databases that request two different users and passwords. So I guess I should create something like a multiple connecti
Hi, I need a connection string to connect MYSQL using VBScript's ADOBM method. Could anyone please help me out on this.. Following MYSQL server & Connectors are installed on my local machine..