Enter Keywords:
1 - 10 of 12(0 seconds)
Sort By:
 
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...
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...
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...
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...
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...
Zones: Web Languages/StandardsDate Answered: 09/17/2004 Rating: 7.4 Views: 0
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...
Zones: Web DevelopmentDate Answered: 01/31/2005 Rating: 7.8 Views: 0
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...
Zones: Web DevelopmentDate Answered: 03/26/2004 Rating: 8.2 Views: 0
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...
Zones: Macromedia UltraDevDate Answered: 03/08/2001 Rating: 7.6 Views: 67
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...
Zones: Crystal Reports SoftwareDate Answered: 10/20/2004 Rating: 6.6 Views: 0
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 ...
Zones: ASPDate Answered: 02/05/2005 Rating: 7.4 Views: 0