I am getting the following error when I try to run a report in my application. The application is in asp with a Sql Server 2000 database.
Microsoft OLE DB Provider for ODBC Drivers error '80040e31'
[Microsoft][ODBC SQL Server Driver]Timeout expired
/reports/reportDisplay.asp, line 417
This...
I have the following line of code that is in asp. It is a report that has the following columns: Age, Name, Enrollment Date, and Closure Date.
dctReps.Item(strReportID).SelectedColumns = "dbo.CalculateAge(a.DateOfBirth,'" & Request.Form("txtEndDate") & "') as Age, a.Name, a.EnrollmentDate...
I've done that. The query displays correctly. For example, if I click on the letter k. The letter k is displayed. However, it will not display the last names that begin with k.
I have an asp page that is linked to a sql server database. At first the page only search by the client's last name, but the user needed to search by client id as well. Well I got the search box to search by the client's last name and client id, but when I did that, it broke the letter based...
I have a search box that I would like the user to be able to search for a client by their last name or client id number. However, I get the following error when I try to run the application. This page is connected to a sql server database. Any help or suggestions on fixing this problem will be...
I am having a problem with my stored procedure. I am trying to get my database to sort the data in desc order using the date. I would like the most recent date to show first. When I use the code below, I get the following error: Error 156: Incorrect syntax near the keyword 'Order'. Thank you...
I have a datagrid that is suppose to update information in a sql database, but whenever I click the update button, I get the error below. The only two fields the user is allowed to update is the event and date field. Could someone help me. Thank you in advance.
I get the following error when...
I am developing a web form and when I run it. I get an error that says 'Input String was not in correct format'. The error occurs in line one. Could someone help me in resolving this issue. Thanks.
Dim eventid As Integer = e.Item.Cells(1).Text 'Error here
Dim username As String =...
I have a datagrid with an Edit, Update, and Cancel command. The Edit and Cancel commands are working. However, when I click the update link nothing happens. I want the updated information to change and update in the sql database. Can someone please help me?
Sub masterDataGrid_Update(ByVal...
I have a datagrid with an Edit, Update, and Cancel command. The Edit and Cancel commands are working. However, when I click the update link nothing happens. I want the updated information to change and update in the sql database. Can someone please help me?
Sub masterDataGrid_Update(ByVal...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.