Board index » delphi » DbiAddAlias D3/BDE 5.01/Paradox - How create et permanent Alias

DbiAddAlias D3/BDE 5.01/Paradox - How create et permanent Alias

Could somebody tell me how to create a permanente alias, not just for the
currents BDE Sessions life.
With dbiAddAlias, when quitting the last application using BDE, the aliases
created are not saved in the config file IDAPI.CFG

Thanks

Jean-Luc FIQUET
j...@match-eurosoft.com

begin 666 FIQUET JEAN LUC.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..DQ50SM&25%5150@2D5!3@T*
M1DXZ1DE15454($I%04X@3%5##0I%34%)3#M04D5&.TE.5$523D54.FIL9D!M
M871C:"UE=7)O<V]F="YC;VT-"E)%5CHQ.3DY,#4R.%0Q,S T,31:#0I%3D0Z
'5D-!4D0-"@``
`
end

 

Re:DbiAddAlias D3/BDE 5.01/Paradox - How create et permanent Alias


Quote
>Could somebody tell me how to create a permanente alias, not just for the
>currents BDE Sessions life.
>With dbiAddAlias, when quitting the last application using BDE, the aliases
>created are not saved in the config file IDAPI.CFG

  with Session do
  begin
    ConfigMode := cmAll;
    try
      AddStandardAlias('Fish', 'd:\fishing', 'PARADOX');  //create it
      saveconfigFile;  //save it
    finally

  end;
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads