Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How can I create a remote directory?
Wed, Mar 29 2006 11:44 AMPermanent Link

netman
Hello, How Can I Create a Remote Directory, beacuse I need to create a folder inside my database to store the backups, I know when you create a
remote database DBISAM creates it folder, but I need to create a folder inside of it.

My best regards
Wed, Mar 29 2006 12:06 PMPermanent Link

"Ralf Mimoun"
netman wrote:
> Hello, How Can I Create a Remote Directory, beacuse I need to create
> a folder inside my database to store the backups, I know when you
> create a remote database DBISAM creates it folder, but I need to
> create a folder inside of it.

Via client, you can't. And imho, that's a good thing. Such a direct access
would be a security issue. The client does not need to know that there are
even files needed for that db stuff.

But you can set up an install script for the db server that creates the
directories.

Ralf
Wed, Mar 29 2006 1:32 PMPermanent Link

"Robert Eastlack"
"netman" <saul_fg@hotmail.com> wrote in message
news:D7310C21-A292-444A-997A-EBE9E4F9C222@news.elevatesoft.com...
> Hello, How Can I Create a Remote Directory, beacuse I need to create a
> folder inside my database to store the backups, I know when you create a
> remote database DBISAM creates it folder, but I need to create a folder
> inside of it.
>
> My best regards

You could write a server-side procedure that creates the backup folder.
Image