I'm getting an error and it's driving me crazy...I get this error when trying to update info. on my MYSQL database. The fields are varchar(255) with an id integer field:
Microsoft OLE DB Provi...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21360143.htm...
Zones:
ASPDate Answered: 03/24/2005 Rating: 6.4 Views: 0
This is my code to insert into two tables.Its giving error and i don't know how to do it. Error is..
Microsoft OLE DB Provider for SQL Server (0x80040E21)
Multiple-step OLE DB operation generat...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20415183.htm...
Zones:
ASPDate Answered: 12/04/2002 Rating: 4.2 Views: 0
hi
I try to connect to a MYSQL database. I want to use a dsn-less connection so, I tried the following
connection strings:
1. "Driver={MySQL};Server=myserver;Port=3306;Option=0;Socket=;Databa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20569949.htm...
Zones:
ASPDate Answered: 10/20/2003 Rating: 8.0 Views: 0
I'm writing an upload code which works well for small documents. When I run test by uploading a 6Mb file, I get the following error.
Microsoft OLE DB Provider for ODBC Drivers (0x80040E21) [MySQ...
http://www.experts-exchange.com/Database/MySQL/Q_20767259.html
Zones:
MySQL ServerDate Answered: 10/17/2003 Rating: 7.2 Views: 0
Hello,
I'm calling an asp page like so :
http://localhost/ntl/testschedule_show_week.asp?action=showmovies&blocktype=w&testdate=26/1/2004%2012:00:00
I then build an SQL query based on the va...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20867214.html
Currently I have a search page where you can enter the candidate number to get their exam results. I want to include an additional field for identity card number in the search. The candidate number...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21294944.html
Hi,
I just wants to call the procedure created by me in SQL,through my ASP code.I have tried the following code, but it is not working.
set objconn=server.createobject("ADODB.Connection")
ob...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20925713.html
I have two pages, an insert and an update. The insert works fine, but the update is returning this error when the update button is clicked:
Microsoft Cursor Engine (0x80040E21)
Multiple-step op...
http://www.experts-exchange.com/Web_Development/Software/Macromedia_UltraDev/Q_12047419.ht...
Hi all.
I have made two sets of same reports using Cr10 in VB6.The one set of reports uses a DSN say ABC and the second set of reports using the second DSN say DEF.
I ask the user on the soft...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21163402.html
Hi I am trying to display the top 50 latest products (in reverse order of the ID field) from a database and group them by a catagory (in this case genre)
The SQL I have used is
SELECT Top 50 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21302676.htm...
Zones:
ASPDate Answered: 02/05/2005 Rating: 7.4 Views: 0