Pure clipper question - Alias-name

Post Reply
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Pure clipper question - Alias-name

Post by Marc Vanzegbroeck »

Hello,

It's maybe a stupid question but is it possible to change the alias of a database without closing and reopen it?

I know a can use variable like
db = 'TEST'
use database ALIAS (db) new
and
repl (db)->veldje with 'Test'

But it would be nice to change the alias-name (it would save me some time changing existing code :) )

Thanks,
Marc
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post by Marc Vanzegbroeck »

Enrico,

Where can I find this?

Marc
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Post by Enrico Maria Giordano »

It is a Clipper 5.3b function. Look in the NG. If you are still using an older version (5.2e or previous) then I'm afraid that you're stucked.

EMG
Marc Vanzegbroeck
Posts: 1102
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Post by Marc Vanzegbroeck »

I'm still using clipper52e :(

Marc
Post Reply