| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
VB6 FTP Access connection string
|
Original Message
|
Name: Anthony Arde
Date: December 2, 2005 at 01:46:36 Pacific
Subject: VB6 FTP Access connection stringOS: win Xp Pro Sp2CPU/Ram: 3.2 P4 |
Comment: Hi there i`m in need of some help with a connection string to an access db on an ftp site that has a usr name and pass word...is this possible??? or does it have to be http? please help. this is what i have so far but this is for http not ftp... Conn2.ConnectionString = "Provider=MS Remote;" & _ "Remote Server=ipaddressofmachine;" & _ "Remote Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=addressofdatabaseonserver;Persist Security Info=False"
Report Offensive Message For Removal
|
|
Response Number 1
|
Name: StuartS
Date: December 2, 2005 at 02:22:55 Pacific
|
Reply: (edit)You won't connect to remote data base via FTP. FTP works on a file basis, not records. Doing it via HTTP depends on whether the host has made the facility available. Normally you send a request to the server. The server process the request and sends the data back to you in an HTML page. Speak to whoever hots the database server, they will give you all the information you need. Stuart
Report Offensive Follow Up For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home