472,805 Members | 1,971 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

how to Connect access database which is on web server (ftp://www.abc.com) using ado

9815402440
180 100+
hi
i have a ms access database which is on web server (ftp://www.abc.com) .
i want to connect this database using ado in vb6.

please help

regards
manpreet singh dhillon hoshiarpur
Oct 25 '07 #1
6 4952
debasisdas
8,127 Expert 4TB
Try to find the details here.
Oct 25 '07 #2
9815402440
180 100+
hi debasisdas

thanx for the reply. i checked the page reffered by you.

i tried following
Provider=MS Remote;Remote Server=ftp://jaiveeru.com@www.jaiveeru.com;Remote Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manpreet/Data.mdb;Persist Security Info=False


and

Provider=MS Remote;Remote Server=ftp://jaiveeru.com;Remote Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Manpreet/Data.mdb;Persist Security Info=False

but it genrates error "Could not connect to the server"

my server is password protected.


please help

thanx
manpreet singh dhillon hoshiarpur
Oct 25 '07 #3
code937
24
I'm interested in how this is done as well :)
Oct 26 '07 #4
QVeen72
1,445 Expert 1GB
Hi Manpreet and Code..,

This Link is for http Login toWebPage Which needs Authorization

I'am not very sure, it will login to ftp.. any way you can check it out...

Regards
Veena
Oct 26 '07 #5
9815402440
180 100+
hi veena

thanx for the reply
i tried the code on the link suggested by you. but this dont solve the problam.
i am making a project in vb6. i am keeping database on ftp://www.abc.com
and i want to connect it using ado.

please help

regards
manpreet singh dhillon hoshiarpur
Oct 27 '07 #6
QVeen72
1,445 Expert 1GB
Hi,

One way out wud be, Create an ASP.Net or an ASP Page and get Required Data on to the Page. In VB, Place a WebControl on the Form, Navigate to that Page and using InnerHTML of the WebControl, Extract the Data into VB Project...

Regards
Veena
Oct 28 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

15
by: CSharpguy | last post by:
I need to upload a file to an FTP server, can someone point me to some code that connects to an FTP server and uploads a file?
3
by: dinoo | last post by:
Hi, I need help here. I am converting an vb application to c#. The existing application connects to the mainframe server using FTP and downloads a file (dataset). Is it possible in .NET to...
1
by: iancarr00 | last post by:
Ok, So far I have been pulling my hair out! I can't get dreamweaver mx8 (on mac osx) to access my database, which is sat on a streamline.net shared windows server. I have acsess to my database...
2
by: jeffhan | last post by:
we have os/400 db2 database at the backend. i installed db2 v9 connect server on one windows server which is locating the same network with database server. now how to i configure the connect...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.