login failed for user in windows 7

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
modrek
Posts: 1
Joined: Mon 24 May 2010 16:40

login failed for user in windows 7

Post by modrek » Mon 24 May 2010 16:57

hi .
I write program in delphi 7 by sdac 4.8 . when I run my program in windows 7 , system thread " log in failed for user 'my pc name ' "

please help me .
thanks

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 25 May 2010 12:09

Try to use Server authentication. For this set the TMSConnection.Authentication property to auServer.

Post Reply