Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ADODB.Stream Fix/Work around

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Finding Virtual Directory name from global.asa  
Author Message
anonymous77

External


Since: Oct 14, 2003
Posts: 468



(Msg. 1) Posted: Fri Jul 09, 2004 11:09 am
Post subject: ADODB.Stream Fix/Work around
Archived from groups: microsoft>public>inetserver>iis (more info?)

We have several web applications that use the
ADOSDB.Stream and when we implement the 870669 update it
will not allow the applications to upload the users
documents.

What I want to know is, can this functionality be regained
by using BITS? If so, how would this have to be
implemented, is it only a config change to the server or
does BITS have to be accessed programatically by the web
application?

Thanks

 >> Stay informed about: ADODB.Stream Fix/Work around 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Fri Jul 09, 2004 5:31 pm
Post subject: Re: ADODB.Stream Fix/Work around [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

<anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:29fa001c465c6$c6f017d0$a401280a@phx.gbl...
 > We have several web applications that use the
 > ADOSDB.Stream and when we implement the 870669 update it
 > will not allow the applications to upload the users
 > documents.
 >
 > What I want to know is, can this functionality be regained
 > by using BITS? If so, how would this have to be
 > implemented, is it only a config change to the server or
 > does BITS have to be accessed programatically by the web
 > application?

Why not switch to an HTML file input box and upload via HTTP?

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/" target="_blank">http://www.iisfaq.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://www.tryiis.com" target="_blank">http://www.tryiis.com</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ADODB.Stream Fix/Work around 
Back to top
Login to vote
sven

External


Since: Jul 13, 2004
Posts: 3



(Msg. 3) Posted: Tue Jul 13, 2004 8:03 am
Post subject: Re: ADODB.Stream Fix/Work around [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

aI have the same problem - after the last security update parts of my application stopped working. My entire formhandling is based on xml-documents containing base64 coded binaries that are exchanged with the server (webservice) und to use http-upload would mean that I have to rewrite big parts of my application...

so is there some kind of workaround????


"Tom Kaminski [MVP]" wrote:

 > <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
 > news:29fa001c465c6$c6f017d0$a401280a@phx.gbl...
  > > We have several web applications that use the
  > > ADOSDB.Stream and when we implement the 870669 update it
  > > will not allow the applications to upload the users
  > > documents.
  > >
  > > What I want to know is, can this functionality be regained
  > > by using BITS? If so, how would this have to be
  > > implemented, is it only a config change to the server or
  > > does BITS have to be accessed programatically by the web
  > > application?
 >
 > Why not switch to an HTML file input box and upload via HTTP?
 >
 > --
 > Tom Kaminski IIS MVP
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.iisfaq.com/</font" target="_blank">http://www.iisfaq.com/</font</a>>
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://www.tryiis.com</font" target="_blank">http://www.tryiis.com</font</a>>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ADODB.Stream Fix/Work around 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 4) Posted: Tue Jul 13, 2004 11:48 am
Post subject: Re: ADODB.Stream Fix/Work around [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"sven" <sven DeleteThis @discussions.microsoft.com> wrote in message
news:3D90DC40-CE40-4C5D-905B-0E6DF7682348@microsoft.com...
 > aI have the same problem - after the last security update parts of my
application stopped working. My entire formhandling is based on
xml-documents containing base64 coded binaries that are exchanged with the
server (webservice) und to use http-upload would mean that I have to
rewrite big parts of my application...
 >
 > so is there some kind of workaround????

AFAIK, no.

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a>
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/" target="_blank">http://www.iisfaq.com/</a>
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://www.tryiis.com" target="_blank">http://www.tryiis.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ADODB.Stream Fix/Work around 
Back to top
Login to vote
sven

External


Since: Jul 13, 2004
Posts: 3



(Msg. 5) Posted: Tue Jul 13, 2004 11:48 am
Post subject: Re: ADODB.Stream Fix/Work around [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Any suggestion how I could achieve what I want to do:

Read a binary file clientside, pack it up into an xml-file (along with some other data) and send it to the webservice...

Any other activeXObjects that I could use for this purpose???

"Tom Kaminski [MVP]" wrote:

 > "sven" <sven.RemoveThis@discussions.microsoft.com> wrote in message
 > news:3D90DC40-CE40-4C5D-905B-0E6DF7682348@microsoft.com...
  > > aI have the same problem - after the last security update parts of my
 > application stopped working. My entire formhandling is based on
 > xml-documents containing base64 coded binaries that are exchanged with the
 > server (webservice) und to use http-upload would mean that I have to
 > rewrite big parts of my application...
  > >
  > > so is there some kind of workaround????
 >
 > AFAIK, no.
 >
 > --
 > Tom Kaminski IIS MVP
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.iisfaq.com/</font" target="_blank">http://www.iisfaq.com/</font</a>>
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://www.tryiis.com</font" target="_blank">http://www.tryiis.com</font</a>>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ADODB.Stream Fix/Work around 
Back to top
Login to vote
sven

External


Since: Jul 13, 2004
Posts: 3



(Msg. 6) Posted: Tue Jul 13, 2004 11:48 am
Post subject: Re: ADODB.Stream Fix/Work around [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Maybe there is some other activeXObject that could help me to achieve what I need:

- read a file clientside
- pack it up into an xml-file (base64 coded) along with some other data
- send it to the webservice where it will be stored

sven

"Tom Kaminski [MVP]" wrote:

 > "sven" <sven RemoveThis @discussions.microsoft.com> wrote in message
 > news:3D90DC40-CE40-4C5D-905B-0E6DF7682348@microsoft.com...
  > > aI have the same problem - after the last security update parts of my
 > application stopped working. My entire formhandling is based on
 > xml-documents containing base64 coded binaries that are exchanged with the
 > server (webservice) und to use http-upload would mean that I have to
 > rewrite big parts of my application...
  > >
  > > so is there some kind of workaround????
 >
 > AFAIK, no.
 >
 > --
 > Tom Kaminski IIS MVP
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.iisfaq.com/</font" target="_blank">http://www.iisfaq.com/</font</a>>
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://www.tryiis.com</font" target="_blank">http://www.tryiis.com</font</a>>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ADODB.Stream Fix/Work around 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
ADODB.Connection error '800a0e7a' - hello, I have a problem on a Windows 2000 Server sp4 where any asp page that tries to connect to a database (SQL or Access) get's the following eror: ----- ADODB.Recordset error '800a0e7a' Provider cannot be found. It may not be properly installed. ..

ASP Appn: ADODB.Connection Is OK on XP#1, Fails on XP#2 - Hope you guys can suggest where to start looking. I've loaded subject app on a new XP notebook, gotten IIS's dirs and ODBC defined OK - AFAIK. The new XP is at SP#1 with 282010, the old XP isn't. The problem is that I can't get past the first..

ADODB.Field: Operation is not allowed in this context - http://support.microsoft.com/?scid=3Dkb;en-us;175261 Response.BinaryWrite Bitmap.DisplayBitmap(RS("Photo")) is where the = error occurs. Any idea how to fix this? Windows 2000 SP3. Thanks. --=20 George Hester ______________________________...

ADODB.Fields error '800a0bb9' in a script - Im getting the error ADODB.Fields error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another. In the following script to copy and rename the latest file in a webcam folder. Any ideas why this i...

stream of 401 errors in IIS - All, I have a large scale IIS5 intranet application that uses a components in a several COM+ application that connects via ADO to an oracle 9i database. This runs on 16 servers in the live environment. Roughly once a week on one box (which box seems t...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]