BDE

Delphi

24/02/2003

Olá;

Estou precisando detectar dentro da aplicação, o alias do bde, onde está a tabela da aplicação. Alguém ajuda ?

Obrigado.

gilberto@interport-es.com.br


Excon

Excon

Curtidas 0

Respostas

Dor_poa

Dor_poa

24/02/2003

vou te mandar uma rotina.. okk..... Aguarde...


GOSTEI 0
Dor_poa

Dor_poa

24/02/2003

Var MyStringList : TStrings ;
Pathalias:String;
begin

Try
MyStringList := TStringList.Create ;
Session.GetAliasParams(´nomealias´, MyStringList) ;
Pathalias := Copy(MyStringList.Strings[0],6,Length(MyStringList.Strings[0])-11);
MyStringList.Free;
Except
End;


end;


GOSTEI 0
Nildo

Nildo

24/02/2003

Baixa minha Unit de BDE !
nesse link tem o link do funBde
http://clubedelphi.videomart.com.br/viewtopic.php?t=3113&highlight=funbde


GOSTEI 0
POSTAR