remove the default logon username

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dphaneuf
Posts: 3
Joined: Mon 25 Sep 2006 01:51

remove the default logon username

Post by dphaneuf » Wed 04 Oct 2006 17:17

Hi,

I have a tmsconnection and tmsconnectdialog. And i would like to find a way to remove the default username. Because the system always kept the last username. I would like to have blank field instead.


Thanks,

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

Post by Jackson » Thu 05 Oct 2006 11:49

Use TCustomConnectDialog.StoreLogInfo property.
For more information please see SDAC help.

Post Reply