HTTP REquest to SQL Server........................

  • Thread starter Thread starter Jonathan Smith
  • Start date Start date
J

Jonathan Smith

Using Msxml2.XMLHTTP I am executing some code on the server side by calling
..ASPX page. Basically this queries the database and returns the result.

My question is there anyway I can call SQL Server 2000 itself to accomplish
the same.

Jonathan Smith
 
have to wait until yukon. sql 2000 only has an iis filter for xml support.

-- bruce (sqlwork.com)

| Using Msxml2.XMLHTTP I am executing some code on the server side by
calling
| .ASPX page. Basically this queries the database and returns the result.
|
| My question is there anyway I can call SQL Server 2000 itself to
accomplish
| the same.
|
| Jonathan Smith
|
|
 
Bruce is correct, but you will lose connection pooling hitting straight from
the client browser.

bill
 
Back
Top