I want to insert french characters in an Access database using ASP.
Can you please suggest me what can i do??
Many Thanks
Shaheen
|
|
I want to insert french characters in an Access database using ASP. Many Thanks |
|||
|
|
|
Here is half the answer If you know the ASCII code of the french character then you can use the chr() function e.g.
Here is a list of relevant ascii codes french characters [EDIT] A rather more complete example below
Query runs fine, but the French "e" is not displaying correctly. Probably my setup -- refer comment below I only have access 2002, perhaps later version have support for UFT-8 or UNICODE? |
|||