SDAC with Intraweb, how change connection property?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Sdac

SDAC with Intraweb, how change connection property?

Post by Sdac » Mon 11 Jul 2005 15:04

Hi,
I'm trying SDAC trial with Intraweb Delphi 7, how can i change the connection property at runtime? Thanks

Sdac1

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 12 Jul 2005 15:08

Have I catch you correct that you would like to change, for example name of the server?

If so, use

Code: Select all

MSConnection.Server := 'NewServerName';

Post Reply