Hello,
I have developed an application in ASP and MS-Access 2010 as back end. It works fine in the localhost in Windows 7. But when I installed it in IIS7 in a Windows Server 2008 64 bit server, only the first html page is displaying. It gives the following error message on calling the ASP page.
ADODB.Connectio n error '800a0e7a'
Provider cannot be found. It may not be properly installed.
/transaction/deposit.asp,...
User Profile
Collapse
-
Getting error "500 internal server error" in ASP Win Server 2008
Hello,
I have an application developed in ASP with Access as back end. The code starts as follows
Code:<%@ Language=VBScript %> <% set cn=nothing set rs=nothing set rsUser=nothing set rsVisit=nothing set cn=server.createobject("ADODB.connection") set rs=server.createobject("ADODB.recordset") set rsUser=server.createobject("ADODB.recordset")
-
How to set the system date format in Access
Hello,
I have an Access program with 4 forms. In the load event of the main form, I need to set the system date format to British. Can anyone please give the code for setting the system date format ?
Thanks in advance
Matsam -
Hi,
It worked. Thank you very much for your help. -
Passing parameters from a form to crosstab query
Hello,
I have an Access form having 3 combos. I need to run a crosstab query when clicking a button in the form. But I want to include the values of the combo boxes in the filter condition of the query. Can anybody guide me?
Thanks in advance.
Matsam -
Data Report Page Orientation
Hi,
I am using Data Report 6.0 in my VB project. I want to increase the report width or make its orientation to Landscape. How this can be done?
Thanks in advance
Matsam -
How to block previous page after logging off
Hi,
I have an ASP page that displays the account details of individual users, to which they can login using their user name & password. I have given a link for "Logout". When a user clicks this link, I am loading another page, say "Page1", which displays "You have successfully logged out..". But if the user clicks the Back button in the browser, the previous page showing the account details is displayed.... -
ASP Page not working in Mozilla Firefox
Hi,
I have a site whose fist page is html and the rest is ASP. It works fine in IE. But in Mozilla firefox, the first page is displaying. There is a login name & password verification in that page. The login name & password are verified on loading the second page. But when we click OK, the 2nd page is only showing some junk characters. Actually the 2nd page is retrieving some data from an Access DB.
For Apple Safari... -
Hi Nedu,
Thanks a lot for ur help. Now my problem is solved.
Thanks again...
Regards
Matsam...Leave a comment:
-
Hi,
Thanks for your help. But I'm sorry, my problem still remains open...
Actually I want to take records from a table and populate it into a combo box. The <PRE> tag is not working in this case.. Other situations it is ok. Following is my code:
<SELECT id=select4 style="WIDTH: 256px; HEIGHT: 22px"
name=lstSubject >
<% do while not rs3.EOF %>
<OPTION...Leave a comment:
-
How to avoid space trimming in HTML
Hi,
I have a search page in which I take data from a recordset. Some data which is retrieved may have more than one space between 2 words. But in my result page, HTML is truncating those spaces into single space and displays the result. But I need it as it is in the database. Is there any way similar to   which can be applied to this situation? My code is as follows:
<TD nowrap borderColor=mar oon width="180"><FO NT... -
How to change combo style to drop down combo
Hi,
In my ASP page, I hv a combo box that contains numerous items. Eventhough I have sorted it in alphabetical order, users find it difficult for selecting an item. ie, if they want to select an item starting with "MO..." they can type only "M" and after that they have to scroll down to reach "MO.."
What I ment is, I want to change the combo style to "Dropdown Combo" as in VB (Instead... -
Hi
Thanks for ur replies.
My problem is solved. I used a URL variable in HRef.
Request.ServerV ariables("HTTP_ REFERER") returns the current page name, but I actually needed the name of previous page.
Thanks
MatsamLeave a comment:
-
How to get Request.Form name
Hi,
In my project, I have a situtation that I need to get the name of the Request.Form. I am calling Page 1 from Page 2 & Page 3. But I need to do a checking on Page 3, if it is called from Page 2 only. If called from Page 1, that condition checking is to be avoided. For that, I require the name of the just previous page. Plz help me..
Matsam -
Hi
Thanks a lot... As suggested by u, I placed a new page for download in between and managed to solve my problem.
Thanks again
Matsam...Leave a comment:
-
Hi
Thanks for ur reply.. But sorry... my problem is not solved. Also I am not familiar with popups & iFrames... Any simple method for the same ??
Or else plz give me the code for displaying popups while clicking a hyperlink.
Thnks
Matsam...Leave a comment:
-
How to execute an SQL in onClick of an HRef ?
Hi,
I have a page showing the result of a search criteria. I'm using VB script. I have given link to an attached file for each record. There is also a field "Number of downloads" in my table. When a user clicks on a particular link, I want to update (increment by 1) the No. of downloads field in my table, for that particular record. My code is as follows.
<TD nowrap borderColor=#80 0000 width="220">... -
Hi
Thanks for your help
I used the 2nd method, as I am not good in Javascripts
Thank you
Matsam...Leave a comment:
-
How to get Radio button value in the same form
Hi,
I have an ASP page that contains 3 radio buttons and a combo box.
The combo box is to be populated depending on the option selected above. I am using Access DB. I want the value/checked status/on-off of the radio buttons to include a criteria in the where condition of the select query for populating the combo. How can I get its value (in the same page)?
Thnks in advance
Matsam
. -
Hi,
Thank you for ur help. I have given the complete path in href line and now it is solved. Thanks again
Matsam...Leave a comment:
No activity results to display
Show More
Leave a comment: