January 30, 2009 at 7:47 pm
I am looking for SQL books that will cover creating tables from LDAP and executing stored procedures. I have a Ben Forta book but, I was considering an SQL in 21 days book. I am building a Coldfusion web-app for my company that will include Intranet, Internet and Extranet for staff, public and board members. I need to use AD usernames and passwords.
January 30, 2009 at 8:42 pm
I am not aware of LDAP been part of SQL Server the only thing that connects both is Mcrosoft makes both SQL Server and Windows. ADs primary task is to authenticate Windows network users that is the reason AD is just one of the provider for the Asp.net AD membership application service. If you choose to use .NET you could just configure your users with the Asp.net membership service and you could get more help from the AD experts at the directoryprogramming site. Search Google for a C# code that will help you do anything in AD.
http://directoryprogramming.net/
Kind regards,
Gift Peddie
January 31, 2009 at 6:02 am
Thanks for the reply. I asked because I want to create table from AD users and use in Coldfusion. To start over with ASP.Net would be a set back, since I develop with Coldfusion. Most of my SQL is OJT. I tried developing a site with ASP.Net and was not comfortable. I've also considered an MCAD class but the cost 5K has it on the backburner. I will review the links you sent. Thanks again.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply