Nubiancc1
|
| Posted: 06/15/2004, 10:04 AM |
|
hi all,I have made a registration data base online using MS Access as a back end and ASP as a front end, and it's working properly, the problem I am facing is regarding the data entry from the web page and data entry directly to the data base MS ACCESS I f I eneter the fields entry in arabic it's appearing in the web page as a quetsion marks ???? like it is not supporting arabic, then I thought about one solution which is temporary I am using and it is not practical is to eneter that data as a unicode format by typing the data in fornt page and copying from the source code the unicode format to the data base this solution is working perfect but I am looking for some thing practical and easy to use for any body. You HELP WILL BE HIGHLY APPRECIATED.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 06/15/2004, 10:16 AM |
|
You may need to specify the character set in your HTML, for example:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-6">
See: http://msdn.microsoft.com/library/default.asp?url=/work...ts/charset4.asp
Also, in CCS click on your project name in the Project Explorer, then in the Properties panel select "Arabic" as the Code Page and "Arabic" as the charset.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
nubian1
|
| Posted: 06/16/2004, 12:36 AM |
|
Thanks Mr,peterr
but there are new problem the listbox containing arabic value from database it's appearing in the web page as a quetsion marks ???? and anther object appearing well
|
|
|
 |
nubian1
|
| Posted: 06/16/2004, 12:47 AM |
|
I add tage in .asp file
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1256"%>
it fix the listbox problem but the bage appear
=============================================
CI??
C?IE?E ??E
EC??I C????CI
C??U??E C??C??E
C??C?E C?C?E?C??E C??E ?E??? ???? C???
?II C?C??C?
C?? C????E/C????
?U??E C????E/C????
C?E?????
C????C?
===============================================
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 06/16/2004, 1:28 AM |
|
Please contact our product support at http://support.codecharge.com.
Thanks.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |