| Author |
VB to link with database on FTP
|
|
| Roshan 2006-01-09, 10:46 pm |
| Can anyone help me with linking this Jet database file(Access) on a FTP
Server to my VB Application using ADO. It would be nice if someone just
gives me a sample code for this.
Can also this be done using a .udl file?
Please help...
| |
| John Mishefske 2006-01-09, 10:46 pm |
| Roshan wrote:
> Can anyone help me with linking this Jet database file(Access) on a FTP
>
> Server to my VB Application using ADO. It would be nice if someone just
>
> gives me a sample code for this.
>
> Can also this be done using a .udl file?
>
>
> Please help...
>
Can't do that using FTP. Is the FTP Server available as a share on the client PC?
FTP is not a supported protocol for database access.
--
'---------------
'John Mishefske
'---------------
| |
| Roshan 2006-01-09, 10:46 pm |
| Yes we can use another computer (if not the FTP Server) as a share...If
yes then is it possible...Please help
| |
| Veign 2006-01-09, 10:46 pm |
| You can check out Connection Strings at:
ADO Connection Strings (Carl Prothman):
http://www.carlprothman.net/Default.aspx?tabid=81
You should find some connection strings there to show how to connection to a
network share...
--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
--
"Roshan" <callingearthlings@gmail.com> wrote in message
news:1136571426.448083.262000@g49g2000cwa.googlegroups.com...
> Yes we can use another computer (if not the FTP Server) as a share...If
> yes then is it possible...Please help
>
| |
| Roshan 2006-01-09, 10:46 pm |
| Yes we can use another computer (if not the FTP Server) as a share...If
yes then is it possible...Please help
|
|
|
|