USE network file

Moderator: Rathinagiri

Post Reply
User avatar
serge_girard
Posts: 3162
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

USE network file

Post by serge_girard »

Hi

Is it possible to do something like this:

Code: Select all

cNetServer  := 'http:\\192.168.1.125\dbf_files\test'  
USE cNetServer  
MSGINFO(reccount())
Serge
There's nothing you can do that can't be done...
User avatar
apais
Posts: 440
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF
Location: uruguay
Contact:

Re: USE network file

Post by apais »

hb_NETIO
Angel Pais
Web Apps consultant/architect/developer.
HW_apache (webserver modules) co-developer.
HbTron (Html GUI for harbour desktop hybrid apps) co-developer.
https://www.hbtron.com
User avatar
serge_girard
Posts: 3162
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: USE network file

Post by serge_girard »

ok!

thanks, Serge
There's nothing you can do that can't be done...
User avatar
serge_girard
Posts: 3162
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: USE network file

Post by serge_girard »

I managed to map to a drive and then BINGO

Serge
There's nothing you can do that can't be done...
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: USE network file

Post by mol »

mapping drive is OK, but you can have problems with samba protocol. It's working terribly slow
User avatar
serge_girard
Posts: 3162
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: USE network file

Post by serge_girard »

Hi Marek,

What is Samba protocol? I use it as network drive for periodical backup, so speed is not really an issue.

Serge
There's nothing you can do that can't be done...
Post Reply