B
bob
Hi All,
I have an Oracle database which has a field LONG RAW type to store text
files. I'm trying to display the output of this field in ASP but I'm having
problems.
I've gone through many different approaches but they either do nothing or do
the following;
I've tried doing response.binarywrite(rs("data_object")) and I get something
like below
<S¿OA~·Ç¸ä?R~m$!»Ä!SZ ÷Ð#Å1ì
{ »3ëÌÛc-4Úhac±ÑhaIâß`¬5±ÔÊØ[Û:»ìý@*d6ïÍ{ûÍ÷¾÷æèä¤?«6÷u?Tx.s"íSaSý?óºDnï+Kìïzü@'6ºMè¥Ô0Ù._
.. úM®AÁ"!Ò1Ë&OûTJâÐSàþMצU^§&oM>¼ëØ,-!VI(.£Öi#D×3îP¹X´`¤³io'N¢G~cl
P?«Ä3;'´ûð4 zñij1aéi?0Öuí*' ÅGÁ
ò;äb?O¹?_ÆNÖ,,<®euA@¦µÅ³zJ"áê_Zª+#1=¦ §r½ß?~ßþsy"z.Ä'~Ð
Aef{õ(Xºñê;èSß,Ú9"ìÌÂ\2ÖH7R?SÑYïÞÿ~òl^fO ¹&ñB îä.þO^N<×'SúÈÙ¤ì¼ò³Zq¡í^LÂŶ¯©ðlW8';'òZûíÕÃÇ<2dM±I@ì¤%¶
ÔE&¯MÎL!ô-WÖCÎ$jYWh-ÿ © T Ò.özs® ªND?ér¦ÞÎDJ`º~O¦g.U)ݶ6§ç""sej»qò s\FÓ'ÿ^öbäO
The data type is adLongVarBinary and ive seen some sites suggest binary to
multibyte but I have no idea how to do that or if its on the write lines.
Does anyone have any ideas?
Many many many thanks in advance
)
Bob
I have an Oracle database which has a field LONG RAW type to store text
files. I'm trying to display the output of this field in ASP but I'm having
problems.
I've gone through many different approaches but they either do nothing or do
the following;
I've tried doing response.binarywrite(rs("data_object")) and I get something
like below
<S¿OA~·Ç¸ä?R~m$!»Ä!SZ ÷Ð#Å1ì
{ »3ëÌÛc-4Úhac±ÑhaIâß`¬5±ÔÊØ[Û:»ìý@*d6ïÍ{ûÍ÷¾÷æèä¤?«6÷u?Tx.s"íSaSý?óºDnï+Kìïzü@'6ºMè¥Ô0Ù._
.. úM®AÁ"!Ò1Ë&OûTJâÐSàþMצU^§&oM>¼ëØ,-!VI(.£Öi#D×3îP¹X´`¤³io'N¢G~cl
P?«Ä3;'´ûð4 zñij1aéi?0Öuí*' ÅGÁ
ò;äb?O¹?_ÆNÖ,,<®euA@¦µÅ³zJ"áê_Zª+#1=¦ §r½ß?~ßþsy"z.Ä'~Ð
Aef{õ(Xºñê;èSß,Ú9"ìÌÂ\2ÖH7R?SÑYïÞÿ~òl^fO ¹&ñB îä.þO^N<×'SúÈÙ¤ì¼ò³Zq¡í^LÂŶ¯©ðlW8';'òZûíÕÃÇ<2dM±I@ì¤%¶
êO²zm×#ZC'? ¥fs¥z"éè !ŧSÂãxɸ%¸Æ".Ϩ׫-{®*×X¥¤N.4J^ÄnÄehÂõkT? · ºe,Dul«knîì)ÈÅ"j¼´P´Z«J^|¹ûvXNy²òS×ü???t>_Yïyóúƶâ
ÔE&¯MÎL!ô-WÖCÎ$jYWh-ÿ © T Ò.özs® ªND?ér¦ÞÎDJ`º~O¦g.U)ݶ6§ç""sej»qò s\FÓ'ÿ^öbäO
The data type is adLongVarBinary and ive seen some sites suggest binary to
multibyte but I have no idea how to do that or if its on the write lines.
Does anyone have any ideas?
Many many many thanks in advance
Bob