What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HELP: Downloading MS Access file in VB6 App using INET control

HELP: Downloading MS Access file in VB6 App using INET control
Author: Message:
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
RE: HELP: Downloading MS Access file in VB6 App using INET control
You should delete the "Destination" file before you write to it using binary as if the data already in the file in longer than that been downloaded, then the downloaded data will only go over the top of the existing data, causing corruption of the file.

I.e.

code:
Kill Destination

If this is the existing data:

hello my name is thomas

and the downloaded data is :

hello my name is tom

After writing it to the file you will end up with

hello my name is tommas

I.e. Corruption. Im just gonna look at your code now to see if  the downloading bit is alright,let me know if youve already sorted the problem.

Tah, Hah
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
06-03-2005 12:59 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-02-2005 at 01:35 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by RaceProUK on 06-02-2005 at 01:51 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-02-2005 at 01:54 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 12:59 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 01:13 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Mike on 06-03-2005 at 02:01 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 02:26 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Mike on 06-03-2005 at 02:49 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 03:00 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 03:17 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 02:58 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 03:14 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 03:27 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-03-2005 at 03:32 PM
RE: HELP: Downloading MS Access file in VB6 App using INET control - by Hah on 06-03-2005 at 07:12 PM
RE: RE: HELP: Downloading MS Access file in VB6 App using INET control - by Salem on 06-05-2005 at 11:06 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On