Link to home
Start Free TrialLog in
Avatar of IUFITS
IUFITS

asked on

PowerBuilder / SQL Server / NT Authentication

I've assigned 500 because this is a fairly urgent question.  We're using PowerBuilder 8 at the moment but can upgrade to 10 if need be.  We need to connect to a SQL Server and have that connection run through NT authentication instead of using a SQL user.  I tried while setting up the connection to leave the username/password blank hoping that it would then default to the NT Authentication from the user logged into the machine but it did not.  I need to know step by step how to go about doing this.  Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of diasroshan
diasroshan
Flag of Kuwait image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of IUFITS
IUFITS

ASKER

Our users won't have access to write to the registry (this application goes outside of our active directory OU but not out of the domain) so I'm going to attempt to take the DSN you create and keep it in the program.  I'll report back cause I'm sure I'll have a question but that was a great post Rosh, thanks!
You don't mention which interface you are using (ODBC, MSS, OLEDB).  Have you tried adding 'Secure=1' in the dbparm of the transaction object?  That is all you need for MSS.
hi,

do u need any more assistance???


Cheers,
Rosh
Avatar of IUFITS

ASKER

I'll be able to update you hopefully later today.  Thanks for the patience.