Re: A newbie need help for SQL XML
From: Irwin Dolobowsky [MSFT] (irwind_at_mail.microsoft.com)
Date: 11/01/04
- Next message: Irwin Dolobowsky [MSFT]: "Re: SQLXMLBulkLoad of text child nodes vs. attributes?"
- Previous message: Irwin Dolobowsky [MSFT]: "Re: How can I post a dynamically generated template"
- Next in thread: SN: "Re: A newbie need help for SQL XML"
- Reply: SN: "Re: A newbie need help for SQL XML"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Nov 2004 15:35:22 -0800
What OS is this machine running?
-- Thanks, Irwin Irwin Dolobowsky Program Manager, SqlXml http://blogs.msdn.com/irwando This posting is provided "AS IS" with no warranties, and confers no rights. "SN" <SN@discussions.microsoft.com> wrote in message news:4FD030C3-B878-4B2E-B8FA-5B3505756371@microsoft.com... >I am trying to set up my SQL server so that I can get recordset in XML >format > over HTTP. > > In a seperate IIS server (with SQL tools): > 1) I created a directory (C:\nwind) and underneath created > C:\nwind\template > and C:\nwind\schema. > 2) Opened the IIS virtual dir. for SQL (IISsql) and created a virtual > directory nwind and pointed to C:\nwind. > 3) Set the security to either sql or windows. > 4)Selected the SQL server and appropriate database. > 5)Checked allow POST and allow URL query. > 6) Created virtual names > template->type-template->location-C:\nwind\template, > dbobject->type-dbobject, > schema->type-schema->location-C:\nwind\schema. > > I have both a windows account and sql account "test" that has access to > northwind database. When I type the following in a workstation: > > http://IISserver/nwind?sql=SELECT * FROM Employees FOR XML AUTO&root=root > > I get the: > > HTTP Error 404 - File or directory not found. > Internet Information Services (IIS) > > But when I ran the IIS in XP machine I didn't have any problem. Any help > is > greatly appreciated. Thanks
- Next message: Irwin Dolobowsky [MSFT]: "Re: SQLXMLBulkLoad of text child nodes vs. attributes?"
- Previous message: Irwin Dolobowsky [MSFT]: "Re: How can I post a dynamically generated template"
- Next in thread: SN: "Re: A newbie need help for SQL XML"
- Reply: SN: "Re: A newbie need help for SQL XML"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|