Page 1 of 1

SDAC with Intraweb, how change connection property?

Posted: Mon 11 Jul 2005 15:04
by Sdac
Hi,
I'm trying SDAC trial with Intraweb Delphi 7, how can i change the connection property at runtime? Thanks

Sdac1

Posted: Tue 12 Jul 2005 15:08
by Ikar
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';