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#.
hi, I am using Oracle SQL Developer version 1.2.1. I want to connect to the Database server using VBScript. I wrote the below code but getting an Error "database source not found and no default driver specified".
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 try to export some data from excel to my access database, but on line 15 rs.open I get the error Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. I can't seem to figure out what is going wrong here. Any help would be appreciated, thanks!
Hi! I Need make a connection to Adaptive Server Anywhere 8.0 database using Excel 2013+VBA commands, Someone who can help me
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)"
I have a project where I have to send data from an Excel spreadsheet to an Oracle database. I have installed the latest Oracle client and the ODBC drivers.
What is the connection string for connecting to embedded mySQL database.
I'm trying to export the data from multiple database from a single server into one excel using VBA code. Please can anyone help.
Hi My system reads Excel data using a database approach. I use the following connection string as this returns extended characters: Provider=Microsoft.ACE.OLEDB.12.0;Data Source='';Extended Properties="Excel 12.0 Xml;HDR=YES;IMEX=1";
Hello to all participants, must extract an excel sheet data from MySQL once extracted these data excel sheet processed with many functions, the result of that calculation must be stored in MySQL.
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!
Hye, I am really need help right now. Before this i develop a system using Microsoft Visual Basic 6.0 as interface and Access as the database .
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)
I am using below connection string to read the data from excel Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + path of the file + ";Extended Properties=\"Excel 12.0 Xml;HDR=YES;IMEX=1\""
Hello All, I am facing one issue like "External table is not in the expected format." with 2013 micro enable excel . when i am trying to open the connection string for reading the excel file i.e oleConn.Open(); .
I need to connect netezza from EXCEL. When I am going (DATA --FROM OTHER SOURCES --FROM DATA CONNECTION WIZARD--Other/Advance--IBM NATEZA OLE DB DATA PROVIDOR --(In Data source I am putting IP , and user name and password) but it is not working.
Hi, I am fairly new to VBA I have some syntax problems that I do not understand with the connection strings that you give. For example for XL 2007 With the following, the first ( which you give ) and the Third give Syntax errors.
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.
Drop down lists without arrows. I have a spreadsheet created by someone else, there are multiple cells with drop down lists that can only be seen when right clicking the cell and selecting "drop down list".
*how can i connect excel2010 to vb6.0,and there codes for the command bottons? *
I'm trying to find the connection string/parameter combination that will allow me to read from an Excel (either 2003 or 2007) file where the field contains 255 characters. I've tried the ACE string below but fields get truncated.
I have a template of a packing list I created. I open the template, fill in some weights and do a save as, creating a new unique file. Is there a formula or method that can be used to write the weights to another workbook as well.
Hi, I've got a weird one. I'm new to Sharepoint and connection strings, so please bear with me. I'm connecting an Excel Spreadsheet to a Sharepoint list for RW access.
I have several (more than 100) Excel reports (files) that use the same data connection file. The data connection file connects to SSAS 2012 Tabular Model.
Hi, I have an excel which password protected. I have to read that excel in .NET I am able to read excel which are not protected using ODBC driver.
I am using Excel 2013 and I created an excel data file on a shared drive. I created a connection file (using data connection wizard in excel) to pull that data into a pivot table.