BLOB - classic ASP using MySql
BLOB - classic ASP using MySql
am 27.12.2007 05:34:00 von PashaAryana
Hi,
Just wondering if any one can tell me why on my machine in Inetpub, when I
want to display data from a blob column, I get data that is like =
"4�D�6�5�7�3�7�3�6", using Response.BinaryWrite. My ado version is 2.8, does
it have some thing to do with missing some thing? Please Help!.
Re: BLOB - classic ASP using MySql
am 27.12.2007 06:35:55 von Jon Paal
google:
display data from a blob column asp -.net
"Pasha Aryana" wrote in message news:78FE1272-994F-47A8-BC2C-D5730C54CDE2@microsoft.com...
> Hi,
>
> Just wondering if any one can tell me why on my machine in Inetpub, when I
> want to display data from a blob column, I get data that is like =
> "4?D?6?5?7?3?7?3?6", using Response.BinaryWrite. My ado version is 2.8, does
> it have some thing to do with missing some thing? Please Help!.
Re: BLOB - classic ASP using MySql
am 27.12.2007 22:42:01 von PashaAryana
Here is the problem, I am pretty sure that on my localhost I am missing a
configuration setting some where, because on our live server the same code
works fine.
Searching on google with the following text, well it was not helpful because
I have read those pages before.
So what is the problem?.
Tnx.
"Jon Paal [MSMD]" wrote:
> google:
>
> display data from a blob column asp -.net
>
>
> "Pasha Aryana" wrote in message news:78FE1272-994F-47A8-BC2C-D5730C54CDE2@microsoft.com...
> > Hi,
> >
> > Just wondering if any one can tell me why on my machine in Inetpub, when I
> > want to display data from a blob column, I get data that is like =
> > "4?D?6?5?7?3?7?3?6", using Response.BinaryWrite. My ado version is 2.8, does
> > it have some thing to do with missing some thing? Please Help!.
>
>
>
Re: BLOB - classic ASP using MySql
am 28.12.2007 17:08:42 von Jon Paal
If the code works on your server, then it is not a code problem.
Therefore, it is not an ASP problem.
it could be a problem with your local install of MySql or an IIS configuration problem.
You will need to post your question in one of those groups and let them know the code works on your server.
Re: BLOB - classic ASP using MySql
am 29.12.2007 13:10:35 von Anthony Jones
"Pasha Aryana" wrote in message
news:78FE1272-994F-47A8-BC2C-D5730C54CDE2@microsoft.com...
> Hi,
>
> Just wondering if any one can tell me why on my machine in Inetpub, when I
> want to display data from a blob column, I get data that is like =
> "4?D?6?5?7?3?7?3?6", using Response.BinaryWrite. My ado version is 2.8,
does
> it have some thing to do with missing some thing? Please Help!.
What type of data is it?
Show us your code.
Looking at the very limited info you provided my guess would be it is
sending unicode when it should be sending something else. However thats a
wild guess since you've left us in the wilderness by not providing
sufficient details
--
Anthony Jones - MVP ASP/ASP.NET