Hi
HAPPY NEW YEAR TO ALL!!!

I have a webpage form that collects data to place in a msaccess database and
also email info back to the user. I have the webpage encoded as windows-1255
however the data being placed in the access table and the email are sending
with the wrong encoding.. How can I control the code language that the ASP
scripts use??

Regards

Meir

RE: hebrw Encoding Problems by BillBarber

BillBarber
Mon Jan 02 19:41:05 CST 2006

Meir;
Try this YourScript = YourScript & "|" Sometimes a period (Decimal) at
the end will also work.

If you have a dedicated field in a record in your database Table
Design View check Datatype of that field. You will see Hyperlink. This may
work without inserting an ending character.

Try them out, one should work.

Good Luck and Happy New Year.

Bill

"mrrcomp" wrote:

> Hi
> HAPPY NEW YEAR TO ALL!!!
>
> I have a webpage form that collects data to place in a msaccess database and
> also email info back to the user. I have the webpage encoded as windows-1255
> however the data being placed in the access table and the email are sending
> with the wrong encoding.. How can I control the code language that the ASP
> scripts use??
>
> Regards
>
> Meir