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 sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache SQL Server module

Status
Not open for further replies.

axmug

Programmer
Oct 13, 2003
34
ES
Hi,

I want to work with ASP,SQL Server and Apache and I would like to know if it's possible to connect Apache with SQL Server using a module or something different.

I know there is an Apache module for ASP but I don't find anything to connect Apache with SQL Server.

I'm working with Windows XP Professional.

Thanks.
 
What do you mean by "connect Apache with SQL Server"? Are you trying to use SQL Server as an Apache user authorization source?


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
I'm sorry, I didn't explain correctly.

It's like when you work using PHP, Apache and MySQL. It's necessary an Apache module to access the database tables from PHP.

Well, what I want to know is if there is a way to access to SQL Server tables from ASP loaded as an Apache module.

Thanks.
 
You don't need an Apache module to access SQL Server tables from PHP. You need a PHP extension.

Similarly, I would imagine that you would need a SQL Server module for ASP. What ASP interpreter are we talking about? On what platform?


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
I'm talking about an extension called aspdotnet for Apache 2.0. The platform I'm working is Windows XP Professional.

Thanks.
 
According to the documentation, this module is an interface to Microsoft's ASP.Net engine. In such case, any access to SQL Server would be handled by the Microsoft side of this, not the Apache side.


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top