Unable To Display Recordset Value

I have a value in the db column (LinkTextHit). This columns stores the links to display on the web-site. Sample links are: Code:

View Replies


ADVERTISEMENT

Unable To Display Web Page

I am currently facing some difficulties in accessing my web page. I am creating my company intranet website. Currently, I am developing my webpages in my local machine with IIS activated. When i run the website from my local machine's IE by typing //<computer name> my webpage displayed.

However when I do the same thing from another machine in the network, I got the error "The page cannot be displayed".

View Replies View Related

Unable To Get Dynamic Image To Display

Hi, I am trying to output an image using a filename from a database.

My code:

Response.Write("<img src='uploaded/" & bannerRecordSet("Banner_Image_File") & "'>")

Response.Write("<img src='uploaded/homepage1.jpg'>")

The first example works but doesn't display the image
The second example works and always displays the image

I don't know what is wrong with my code as the images are definitely on the server.

View Replies View Related

Display Last Recordset

I have an 2000 Access database that stores job listings from potential
employers for a school. I would like to be able to display the date
on a webpage the last time the database was updated (inputed through
asp natch').

The database is not updated everyday so that won't work
but something like the database was updated on Monday 11/24/2003, I
would want it to say "New job listings as of Monday, 11/24/2003" if it
were checked on Tuesday or whenever. Code:

View Replies View Related

Recordset Display

i have this recordset:

custid ordernum
1 101
1 102
2 103
3 104
3 105

i want to display my record on asp page as follows:

custid ordernum
1 101
1 102
3 104
3 105

that is with only the ones with more than 1 order. how can i manipulate the display...and i cant(i mean i have no permissions) change my query to do this.

View Replies View Related

Recordset Display Error

im wanting to display a full recordset from an access database and sort it by the "map" field seen below which works but i get this error between my second last and last records when theyre displayed:

ADODB.Recordset error '800a0e78'
Operation is not allowed when the object is closed.

/nightraiders/maps.asp, line 49

heres the code for this whole page: Code:

View Replies View Related

Display Random Recordset

I have this code that displays record sets at random, but some of time the results are less than the minimum set, which is 5 records. It is less, or none at all. What I need is for the asp to display records randomly on each submit.

Currently, the asp runs so that the whole recordset is different, i.e. Random. I am a little concerned about the load on the server by running such a script....perhaps someone can clarify.

'Set the number of records to display on each page by the constant set at the top of the script Code:

View Replies View Related

Recordset To Display Info

I'm trying to create a page that uses a recordset to display user information such as: username, email address, first and last name. As soon as the page loads I would like the user information to be displayed. I have a user database, I just need to know how to get the recordset to display the information specific to the user that is logged in.

View Replies View Related

Display Alternate Recordset

Example:

Table: FRUIT
column1:
apple
bananas
grapes

column2:
I like apples.
I like bananas.
I like grapes.

I'm trying to have it where the choices from column1 are provided on the form, and based on the what was chosen on the form the corresponding choices from column2 are display on the page.

View Replies View Related

Recordset Datetime Display

I have a simple recordset which selects various fields from an SQL table on my ASP page and displays them accordingly. However, ones of the fields is set to DATETIME(starttime). How do I get that field to display the time rather than both the time and the appended date?

View Replies View Related

Display The Contents Of A Recordset

I'm trying to use ASP to display the contents of a recordset that I've queried. I use the following code:

Response.Write "<TD align=left><INPUT TYPE=TEXT NAME=D1
VALUE=" & objRS.Fields("D1_Requestor") & "></TD>"

My question is: how do I tell ASP to write the needed double quotation marks which should go around the textbox NAME (D1)?

View Replies View Related

Unable To Serve ASP

In WIndows XP, localhost, the asp pages rae not being served. It gives 500 internal server error. But html and other pages can accessed.

View Replies View Related

Unable To Read

I am using file system object to read an xls file in the webserver ,
the file is located in the webserver I: ( which is map drive of the webserver ) , when i have tested the script in my local pc , where i kept the file in D: ( local drive in my pc ) it wokred fine , but when i tried in webserver it says path not found ( the web server is Windwos NT based )

this is the path which i am using in a script
"I:" & "" & 123456 & "my folder"

what i found that if i use only I:123456 it is able to reach to that folder , but after that its unable but if i rename "my folder" to "myfolder" it reaches that means not able to read the spaces in folder name

View Replies View Related

Unable To Update

I cant seem to be able to get my change password script to work. I keep getting:

Microsoft JET Database Engine error '80004005'

Operation must use an updateable query.

/site/internal/valid/changepword.asp, line 60

The table that this script uses is called pwords, the Fields are
appnumber - auto number
ownername -text
username - text
pword - text
appname - text

here is lines 56-60:

Code:

View Replies View Related

Unable To Run My Asp Page

All the way i have been running my ie in my server computer....
http://localhost/default.asp

but now i want to try running from another computer....
http://192.168.1.x/default.asp

but it fail to load the page......why is that so???

View Replies View Related

Unable To Run Asp.net Applications

Prob is after setting up the IIS on XP Pro, I'm unable to run asp.net applications.
I get the message: " The web server is not running ASP.NET 1.1" each time i try to create asp.net application using .net 2003. I know the prob is due to config on IIS. but don't know how.

View Replies View Related

Error Type: ADODB.Recordset (0x800A0BADODB.Recordset (0x800A0BCD)

Last week, my shopping cart was still working well until I began getting the following errors 2days ago..

Error Type:

ADODB.Recordset (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
../order/saveorder.asp, line 157

Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)

Page:
GET /main/saveorder.asp

Could you check my code below and let me know what possibly the error is?

View Replies View Related

Unable To Contact Webserver

I have IIS. I have interdev. whenever I am trying to contact the server..it shows what I have written in the title.

View Replies View Related

Unable To Use Variables In Asp Page

I am trying to change text in the div tags of my page with values from an
object obtained from a server side script but the object is not accessable
to the client script. I get an object required error but I know the object
exists and is correct becuase I can write the query string value and
properties of the object with a server script. I also tried to access the
div tags from the server script but this also resulted in an object required
error.

View Replies View Related

Unable To Download Zip Files From IE

I am unable to download zip files from IE browser. Everytime I click on the download button, instead of prompting me to save the file, Internet Explorer opens the zip folder instead.

I think this is because I have previously instructed IE to open zip files without prompting (there was a check box to do this). Is there any way I can revert to the original settings?

I have tried resetting my Web settings, as well as setting the Security level in the Internet Options, but to no avail. I am totally unable to download zip files using IE now.

How to set the default value so that IE prompts me to download the files than opening it in some location.

View Replies View Related

Unable To Connect To MySQL

give me the steps and all the details from downloading installing & connecting to MySQL using ASP codes in Windows 2000 Server.

View Replies View Related

Unable To Open Registry Key

I've published my database using Frontpage and inserted a result query on a ASP page and I get the following error.

Database Results Error
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
registry key 'Temporary (volatile) Jet DSN for process 0x3cc Thread 0x4f8
DBC 0x13d50024 Jet'.

View Replies View Related

Unable To Include File

I have a file in a top level directory called inc_protect.asp. I'm trying to include that file in a page called tree.asp. The code to include the file is

<!--#Include file="inc_protect.asp"-->

When I try that line or

<!--#Include file="../inc_protect.asp"-->

or

<!--#Include file="http://mysite/inc_protect.asp"-->

The server returns an error saying that the file is not found. Anyone have any suggestions on this? All files are asp script. The tree.asp is in a folder called SupServ directly below inc_protect.asp... Can these not go backwards?

View Replies View Related

Unable To Insert Records

I get this following error while inserting recoed in ms-acces db :

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
/mis/add_iteminfo.asp, line 35

This thing is making me go crazy as i'm running windows platform & running the app on localhost. The have several times but the db isn't read-only, not even in the iis. Don't know what to do .

View Replies View Related

Unable To Send Email

I am unable to send email using this object. I dont get any error just that the email is not getting sent. I am using 2003 server. here is the code:

Set ObjMail = CreateObject("CDO.MESSAGE")

ObjMail.To = "Choontiong <choontiong.goh@tellabs.com>"

ObjMail.Subject = TXTSUB
ObjMail.htmlBody = tempMsg
ObjMail.Send
Set ObjMail=nothing

View Replies View Related

Unable To Start Debugging

When I try run the project, I get an error as "unable to start debugging on the web server. the project is not configured to be debugged. " . I'm running it on Windows 2000. I've made sure that debug=true in the web.config file and the authentication mode = "Windows".

I also get an error when I try it on IE5 as :"Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS " .

View Replies View Related

Unable To Retrieve A Field From DB

I am having difficulty retrieving a field from a record. I do the Recordset and open and populate the resultset. I can access every value from the record and all of the data is correct except for one field. I am allowed to try and return a value from this field, but it always returns back empty (when it is not empty).

I cannot understand why it returns empty because I am using the correct field name rsSearchResults("rational"). What makes this even more complicated is that when I cut and paste the store procedure into SQL and run the query, it returns the correct values for all fields, including the "rational" field that will not return in the ASP page.

View Replies View Related

Unable To Debug ASP.NET Project

i try to debug a simple ASP.NET project on a windows server2003 and i
receive a msg that saya's i dont have permissions and to check if i am in a
debugger group.

I following the IIS (version 6.0) with the "Manage your server" from the
administrative tools. i did the following:

1. make sure that the machine debug manager service running
2. the digest authentication is unCheck
3. add the IUSR_ to the debugger group in the AD (the computer is a domain
controller)
4. i gave the user a full control over the wwwroot library

i really dont know what else to check.

View Replies View Related

Unable To Redirect The Output

Response.Write "<tr><td>"
Response.write
"<a href=""rightwelcomecat.asp?teamID="&rs("teamid")"" "target="frame3"">"

Response.Write "<NOWRAP>"&rs("TeamName") & "</td>"
Response.Write "</a></td></tr>"

in my second line i wannted to display new page in fram3 that is exists in same page. i have divided the full page into 3 frames. one top frame contains info. second frame will capture the data fo all teams from database as shown above code. the third frames is blanks.

View Replies View Related

Unable To Figure Out Codes

I'm now doing a project about handphone making a call and sending sms or mms by using vb.net.

But i need to make the button invisible inorber to see the buttons of my phone.when i switch the visible to false.

The button become inactive and i can't even click it. How to make the button active and it is invisible at the same time. Need to figure out the codes fast,running out of time to do the project.

View Replies View Related

Unable To Run ASP Pages Locally

I am receiving the following error whenever I attempt to run any ASP from localhost:

"The page cannot be displayed. There is a problem with the page you are
trying to reach and it cannot be displayed."

At the bottom of the page is states the following:

"HTTP 500 - Internal server error Internet Explorer"

Any ideas?

View Replies View Related

Unable To Read File

I have a pdf file,in a directory c:inetpubwwwrootproject. i am using PDF component to read it. but I am getting error. Unable to read file.

View Replies View Related

Unable To Open Web Project

I have been working with a project in Interdev for some time now. Today I tried opening my project and I get the following error:

"Unable to open Web project 'xxxx'. Server error: Cannot open "frontpg.lck": no such file of folder. what this might be about.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved