Ask a Question related to ASP Database, Design and Development.
-
Félix López #1
ASP/SQLServer character conversions
Hello,
I have some rows in a table in a SQLServer database which contain some
characters from the greek alphabet.
The problem is they are not shown properly by the asp page that recovers
that rows from the database and displays them at the web page. Most of that
characters are substituted by the '?' character.
Any help? Thanks!!
Félix López Guest
-
Hebrew Calendar conversions?
Is there a Perl module for Hebrew->Gegorian and Gregorian->Hebrew date conversions? -- Shmuel (Seymour J.) Metz, SysProg and JOAT ... -
[Macromedia][SQLServer JDBC Driver][SQLServer]Internal
I'm running an export process which takes data and dumps it to a text file. The query used to build it can contain large amounts of information in... -
batch conversions
how can i use the automate function to convert a number of images from jpg to gif, and resize at 50% of the original? so that they are... -
Case conversions
On Friday, August 15, 2003, at 04:20 PM, Scott Taylor wrote: Maybe something like: s/^(\w+), ?(\w+)$/ucfirst(lc $2) . ' ' . ucfirst(lc $1)/e... -
Date conversions...
I'm creating a new database program, but I need to import some data from an old program (both Acc2000). Howerver, some of the dates stored in the... -
Charles Katili #2
Re: ASP/SQLServer character conversions
Félix,
Try HTMLEncode, see the link below.
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebHttpServerUtilityClassHtmlEncodeTopi c1.asp[/url]
Charles
"Félix López" <felixlopezm@hotmail.com> wrote in message news:<O#DvK1RTDHA.2148@TK2MSFTNGP11.phx.gbl>...> Hello,
>
> I have some rows in a table in a SQLServer database which contain some
> characters from the greek alphabet.
>
> The problem is they are not shown properly by the asp page that recovers
> that rows from the database and displays them at the web page. Most of that
> characters are substituted by the '?' character.
>
> Any help? Thanks!!Charles Katili Guest



Reply With Quote

