If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > Multiple Databases

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-07-07, 14:10
joeroark joeroark is offline
Registered User
 
Join Date: Feb 2007
Posts: 4
Question Multiple Databases

I have 3 different databases running on separate computers, but all have same aliases. I want to be able to run them all from one computer without having to rename alias directories. Is there a way I can automatically switch between .cfg files to do so? All help is greatly appreciated!

Thanks,

Joe

Last edited by joeroark; 09-07-07 at 14:25.
Reply With Quote
  #2 (permalink)  
Old 10-06-07, 21:15
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
You must use a startup script where you set up the correct aliases with the commands:

var udmsession session endvar
udmsession.removealias(":ALIAS:")
udmsession.addAlias (":ALIAS:","Standard",newaliaspath)

bye!
__________________
The only failure is not trying to do it.
Reply With Quote
  #3 (permalink)  
Old 10-07-07, 18:49
joeroark joeroark is offline
Registered User
 
Join Date: Feb 2007
Posts: 4
Thanks that did the trick
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On