Automatic logging

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

Automatic logging

Post by Timo » Thu 09 Mar 2006 09:21

Using SDAC 2.45 with D5 Pro. Is it possible to connect to sql server automatically (without connect dialog or with connect dialog by pressing connext button in code). If it is possible, how.

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Thu 09 Mar 2006 13:29

Set MSConnection.LoginPrompt property to False.

Post Reply