Getting Question Mark

I am trying to retrieve arabic fields from sql server 2000 database , the collation for the database is arabic and the content of the column are in arabic but am getting question marks displayed in my ASP web pages when am tring to retrieve the contents of this columns

i have added the following line to my asp page

<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">

but still getting the question marks and not arabic content as they are displayed in the database .

View Replies


ADVERTISEMENT

£ Sign Not ? Mark

I am using ("Microsoft.XMLHTTP") to grab content from a site and display it
on my site, the issue I have and have had for weeks now is that on the
original page the sign "£" exists and when I get it to my site it is
displayed as a "?".

If I find the ASC code for the ? and replace on that it still does not work
:-(((

I have tryed all the usual method of fixing this with no success...

anybody had this issue or know where I might start to look to fix it ???

View Replies View Related

Check Box To Mark Yes/no

I've created a form where people can request samples of our product to be sent to them. I've created a list page where it lists out all of the current requests that still need shipped. In my database I have a field called shipped with data type yes/no.

I made another page which lists all requests that need shipped based off that shipped field (yes/no.) From this list there's a link to view the details of each record. On that details page I'd like to include a check box that we can simply click to mark the shipped field to yes so that it won't show up on the list of stuff that needs shipped anymore.

View Replies View Related

Javascript Quote Mark

I am having trouble getting the 's and +s on this statement correct. The first select line works as it is supposed to but the 2nd one does not. Can anyone correct this and perhaps tell me/point me in the direction of the rule of thumb for stuff like this?

Code:


<SELECT size="1" name="waste" onChange="window.location='drumsnew.asp?waste='+this.value+' &c_type=<%=Selected_Container_Type%>'+'&c_size=<%=Selected_Container_Size%>';">

<SELECT size="1" name="ctype" onChange="window.location='drumsnew.asp?waste='<%Selected_Waste_Type%>'+'&c_type='+this.value+'&c_size=<%
=Selected_Container_Size%>';">

View Replies View Related

Using Cdo.message And Getting Question Mark

I am using cdo.message for sending mails I get the data I Hebrew and I send it to the mail the problem is that I get the mail with: question mark "?????????"

Subject
HTMLBody
Sender
Organization

all in question mark

what can i do to see it all in the language Hebrew?

View Replies View Related

Decline A Quotation Mark In Asp

how can i decline a ' character in asp?

View Replies View Related

Punctuation Mark Problem XML

I created a form that puts a text in a sql db just like it is typed in the text field. So when I type: Het potentiëel is dat er .... puts this exact in the database.

An other page takes the value from the db to create a VML/XML based page. but this goes wrong on the words with punctuation marks like ë.

If I look at the source it shows exact what is placed in de db: Code:

View Replies View Related

Quotation Mark Rules

One thing I've started to notice lately is that asp seems to be very sensitive to how quotation marks are layered. Does anyone know where I can find out when to use double quotes and when to use single quotes? Code:

SelectSQLB = "SELECT * FROM TeamRosters WHERE IDNumber = Session(' 'TeamMember' & LoopCounter')"

Is the line that's giving me trouble and I'm not really sure how to layer it. Every logical combination I've tried has produced a different sort of error. Note that TeamMember# is a session variable and loopcounter is a local variable used to select which TeamMember# session variable to use. Before I've noticed that pretty much it works like this: " ' ' " but that was for two layers deep. What's the syntax for going three layers in?

View Replies View Related

Trapping Single Quotation Mark

I am looking for a way that I can trap the single quotation mark. If an
encoder uses single quotation mark on a textbox field, it always give me an
error because I use single quotes on the SQL statement.

View Replies View Related

Mark Alexander's Search Engine

I get this error messege :

<LI>Error Type:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
/test/searchlibrary.asp, line 273
line 273 : objRS.Open strSQL, objConn, , , adCmdText

I think my library.mdb has a problem .

View Replies View Related

Format A String To Stop Speech Mark Errors

I have a form which sends a link from a text field -

<input name=""wishList"" type="hidden" value="<a href='<%=url_link%>?ID=<%=sendID%>&myMonth=<%=sendMonth%>' class='link-onDarkGrey'><%=tripType%> in <%=country%> - <%=mStartDate%></a>">

I need to set a session variable to this value but I think the apostrophies are getting in the way.

session("choices") = request.Form("wishList")

what's the best way to format that lot?

later I want to concatenate several requests so I can display them.

session("choices") = session("choices")&"<br>"&request.Form("wishList")

will this work?

View Replies View Related







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