I am creating a web page (CF MX) that uses Basic Authentication and resides on our internal network.
I need to be able to access our SQL Server (version 2000, if that matters) as the current person logged into the site.
I have done this before in .NET by using the a connection string, but I now need to be able to do this in CF. And as of yet, I have not been able to get the CONNECTSTRING to work?
This is what I have tried:
Any suggestions?
I need to be able to access our SQL Server (version 2000, if that matters) as the current person logged into the site.
I have done this before in .NET by using the a connection string, but I now need to be able to do this in CF. And as of yet, I have not been able to get the CONNECTSTRING to work?
This is what I have tried:
Code:
<cfquery name="test" dbtype="dynamic" connectstring="data source=SQL.Server.Name;initial catalog=DBName;integrated security=SSPI">