|
-
Mar 17th, 2005, 08:57 AM
#1
Thread Starter
New Member
Sending files to webserver
OKay.
I have a VB6 program that access several tables in an access database and assembles the info in a fairly large text file.
Now, i need to be able to have the program upload the text file to my website. At this point, i have no idea how to do this and any help wud be appreciated.
Thanks - Matt
-
Mar 17th, 2005, 09:03 AM
#2
Frenzied Member
Re: Sending files to webserver
Welcome to the forums. You'll need to use ftp. There are lots of examples on the Web, and this board. You might start at this thread:http://www.vbforums.com/showthread.p...ght=ftp+client
-
Mar 17th, 2005, 09:04 AM
#3
Thread Starter
New Member
Re: Sending files to webserver
thanks, i'll check it out asap
-
Mar 17th, 2005, 03:52 PM
#4
Thread Starter
New Member
-
Mar 17th, 2005, 05:08 PM
#5
Frenzied Member
Re: Sending files to webserver
You're going to need to be creative... 
Access won't really do that sort of thing happily. However, I have found this link that I found in this thread works really well for uploading the records.
You'll need to adapt it to fire the CREATE TABLE command too, but it should start you off.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|