Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to several SQLConnections
Message
 
To
26/02/2002 11:48:27
General information
Forum:
Delphi
Category:
Databases and SQL
Miscellaneous
Thread ID:
00622788
Message ID:
00625323
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform