Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to several SQLConnections
Message
 
À
26/02/2002 11:48:27
Information générale
Forum:
Delphi
Catégorie:
Bases de données et SQL
Divers
Thread ID:
00622788
Message ID:
00625323
Vues:
16
You are rigth. But this is not a hard task...

You can do a function like

function GetConStr()
begin
//Your must put the user/pa in somewhere, and replace the value here

MyConStr:=Format('Server=%s;User=%s;Pa=%s",[Server,User,Password]);

result:=MyConStr
end;

And assign it in the before open connection event (i don't remember the exact name for IB)

You get the idea?
The Life is Beautiful!

Programmer in
Delphi, VS.NET
MCP
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform