473,416 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Hebrew Form Post

Jon
Need some help with posting a .asp form with Hebrew form values to an
Access database. When I post it, and do the insert - garbage goes into
the database. I can sucessfully read from the db - prefacing a all my
response.writes with a server.HTMLEncode call. Help!

Jul 22 '05 #1
2 5635
Could you try changing Regional settings from Control panle to Hebrew

"Jon" wrote:
Need some help with posting a .asp form with Hebrew form values to an
Access database. When I post it, and do the insert - garbage goes into
the database. I can sucessfully read from the db - prefacing a all my
response.writes with a server.HTMLEncode call. Help!

Jul 22 '05 #2
Hi,

This should be quite simple

put a meta at the top of your page
1) use unicode! this is modern and it simply works
<% @ codepage=65001 %>

<% Response.Charset= "utf-8"

' Rest of your page comes here...
%>

2) method use hte hebrew codepage
windows-1255
<% @ codepage=1255 %>

<% Response.Charset= "windows-1255"

%>

Now your browser should not post 'garbage' anymore to your webserver.

--
compatible web farm Session replacement for Asp and Asp.Net
http://www.nieropwebconsult.nl/asp_session_manager.htm

"Jon" <ma*************@hotmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
Need some help with posting a .asp form with Hebrew form values to an
Access database. When I post it, and do the insert - garbage goes into
the database. I can sucessfully read from the db - prefacing a all my
response.writes with a server.HTMLEncode call. Help!


Jul 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Julia | last post by:
Hi,although I am posting use a .NET class I would like to ask you if there is something special need to be done on the ASP side in order to be able to read Hebrew characters from the request when...
1
by: Julia | last post by:
Hi, I am calling an ASP page from a NET application,and it seems that the hebrew characters are being lost here is my code: string url.... string strPost....
0
by: Julia | last post by:
Hi, I am trying to POST values from WINFORM application to ASP(not ASP.NET) page,which save them in ACCESS data base(support unicode) The values contains Hebrew and English characters no...
7
by: Elie Nacache | last post by:
Hi all, I develop an application (JAVA/JSP) on RedHat PostgreSQL 7.4.3 with PostgreSQL 7.4.2 JDBC3 with SSL (build 213). This application needs to serve pages in LATIN1 and Hebrew. For that I...
4
by: Jaya | last post by:
I have a program which runs in multiple languages. The problem is that message boxes displayed when I run my program on Hebrew still have left-to-right reading order. This is Hebrew locale on an...
40
by: Shmuel (Seymour J.) Metz | last post by:
I'd like to include some Hebrew names in a web page. HTML 4 doesn't appear to include character attributes for ISO-8859-8. I'd prefer avoiding numeric references, e.g.,...
0
by: Tzipi Adler | last post by:
Since I have data in hebrew (UTF8) in my oracle 9, I would like to display the columns headings in hebrew . But when I run the sql script below, I get th error: SP2-0158: unknown COLUMN option...
5
by: iu2 | last post by:
Hi all, I'll realy appreciate your help in this: I read data from a database containg Hebrew words. When the application is run from IDLE a word looks like this, for example: \xe8\xe9\xe5 ...
4
by: Mr. X. | last post by:
I have a problem showing hebrew on my site. Please, help. Here is the code : web.config ======= <configuration> <system.web> <customErrors mode="Off"/>
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.