Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSSQL and trusted security

Status
Not open for further replies.

BB101

Programmer
May 23, 2001
337
GB
I am having no joy trying to get PHP to connect to MSSQL as a trusted user; either as IUSR_PC or the network login for the user on the site.

Thanks

--BB --BB
 
php is a direct compeditor to asp...

use mySQL with php, it works much better!

mySQL is easyer to use then MSSQL, you can backup and restore databases as if you were copying files, its great!

hth "Hacker by Heart"
saenzcorp@hotpop.com
 
I agree mysql is good but !! stored procedures are nice too.
 
If I wanted to use mysql I would have, but mysql doesn't support the vaste t-sql of mssql. --BB
 
Then use PostgreSQL. It'll do some things that Mi¢ro$soft had only dreamed of.

I doubt that trusted security is available when talking to MSSQL from PHP. Since PHP is platform-agnostic, that kind of OS-specific (and in Mi¢ro$oft's case, probably undocumented) stuff is sometimes not available. Want the best answers? Ask the best questions: TANSTAAFL!
 
You don't seem to be listening... I am using MSSQL for this project, how do I use trusted security? --BB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top