Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by venusadora

  1. venusadora

    Error 3021

    Thanks for the reply. I tried the rs.filter = "" statement. It worked. That was the problem. Thanks to both of you.
  2. venusadora

    Error 3021

    I am using vb 6 with sql server 2005 to display data in a third party grid control. The data displays properly, but when trying to use ADO filter to filter data, got an error message like "Error 3021: Either BOF or EOF is true or the current record has been deleted." The filtered data is...
  3. venusadora

    Retrieve data from a web page

    I want to retrieve data from a web page using vb 6 as front end and sql server 2005 as back end. Could any one help me with this?
  4. venusadora

    Task Scheduler - Access Denied (x80070005) error

    I had the same problem. I found an article related to this which solved mine. Here it is: PROBLEM: “0x80070005: Access is denied" error message when you create a scheduled task in Windows XP Service Pack 2 or Windows XP Tablet PC Edition 2005 Article ID : 884573 Last Review : November 9...
  5. venusadora

    views asp source code while submitting asp script in IE

    FesterSXS-The output in the browser screen is the same as source code: <html> <head> <title>Simple Tag Pages</title> </head> <body> <h1>Welcome to the clock page</h1> <p>It is now: <% = Now() %></p> </body> </html> pixl8r-I am a beginner in ASP programming and don't have much idea about the...
  6. venusadora

    views asp source code while submitting asp script in IE

    Thanks for the reply. This is the asp code: <html> <head> <title>Simple Tag Pages</title> </head> <body> <h1>Welcome to the clock page</h1> <p>It is now: <% = Now() %></p> </body> </html> I am able to open http://localhost/localstart.asp. But it doesn't work for any other asp files.
  7. venusadora

    views asp source code while submitting asp script in IE

    Hai, I am using IIS 5.1 in Win xp Prof OS. I tried to run a simple asp file thru' IE giving http://localhost/folder/simple.asp. But it displays asp source code instead of the actual result. My file is saved in a folder in wwwroot folder and my web server is running. Please help me.

Part and Inventory Search

Back
Top