Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Articles

 ADO.NET (24)  RDF (28)  WebService (223)  XMLHTTP (3)
 Database (26)  RSS (29)  WML (95)  XMPP (9)
 Debugging (29)  SAX (56)  WSDL (80)  XPath (78)
 DIME (14)  Schema (45)  XAML (5)  XPointer (12)
 DOM (56)  SMIL (38)  XBRL (64)  XQL (24)
 DTD (23)  SOA (8)  XForms (92)  XQuery (72)
 ebXML (56)  SOAP (135)  XHTML (111)  XSchema (30)
 Flash (12)  SQL (16)  XLL (1)  XSL (423)
 Java (76)  SQLXML (141)  XML (776)  XSL-FO (28)
 MathML (11)  SVG (56)  XML.NET (86)  XSQL (6)
 Oracle (29)  VoiceXML (82)  XMLA (1)  XUL (13)
 Pattern (3)  WebDAV (17)

Total Articles: 3,242

 


sqlxml Articles
Prev Next
1 2 3 4 5 6 7 8
 
"Open" XML Content
As XML applications mature and enter their second generation, application developers will leverage the built-in extensibility of XML more frequently, adding new data elements to existing XML formats that first-generation applications use. How well first-generation applications work with this additional data depends on whether the developer considered extensibility in the application's architecture. Luckily, SQL Server 2000 has built-in functionality to account for additional data, even when you don't know what or how much additional data you might need to receive or send from your application. Let's explore this functionality by way of an example.

Type: SQLXML  #Views: 286  Category: Article    

Use .NET to Store XML Data
SQL Server 2000 and XML for SQL Server 2000 Web releases (SQLXML) provide three ways in which you can store XML data. XML Bulk Load and Updategrams, two client-side technologies, use annotated schemas to specify the mapping between the contents of an XML document and the tables in your database. OpenXML is a server-side technology that lets you define a relational view on an XML document. With OpenXML's relational view, you can use T-SQL code to query the data in the XML document and store the results in your SQL Server database.

Type: SQLXML  #Views: 324  Category: Article    

A Survey of Microsoft SQL Server 2000 XML Features
Well, welcome to XML for SQL Server 101. I'm Professor SQLXML, and for the remainder of this column, I am going to teach a survey of the XML features provided by SQL Server 2000. As with other survey classes, the point here is not to get into any great detail on any one topic, but to give you an idea of the XML features provided by SQL Server 2000, and how they can be used to solve some common application development problems and scenarios. At the end of the column, I will also discuss where you can get more information about the XML support provided by SQL Server 2000.

Type: SQLXML  #Views: 321  Category: Article    

XML-Enable Your SQL Data
Learn how SQL Server's XML features can provide your databases with new functionality.

Type: SQLXML  #Views: 304  Category: Article    

SQL and XML: Use XML to Invoke and Return Stored Procedures Over the Web
Front-end developers frequently want to add functionality to the presentation tier of an n-tier architecture, but such requests can require changes on all tiers just to get the data and present it. This process can be made easier and more flexible by using SQL Server stored procedures to automate the delivery of data in XML format from the database to the front-end components. In the component presented here, stored procedures are invoked by XML strings, XML is returned, converted using XSL, and presented to the client in HTML. The technique supports rapid changes yet doesn't sacrifice the n-tier approach. This approach can be used with either SQL Server 7.0 or SQL Server 2000.

Type: SQLXML  #Views: 328  Category: Article    

Optimizing SQLXML Performance
How to optimize SQLXML performance for databases, including SQL Server 2000.

Type: SQLXML  #Views: 284  Category: Article    

Inside the SQLXML Virtual Directory Structure
Introduces the SQLXML tier, a combination of XML-based communication to Microsoft SQL Server through an Internet Information Services (IIS) virtual directory.

Type: SQLXML  #Views: 296  Category: Article    

SQLXML Managed Classes
How to use SQLXML Managed Classes for .NET code to retrieve XML from a Microsoft SQL Server database or to generate XML on the client side, using ad hoc queries, stored procedures, annotated schemas with XPath, or XML templates.

Type: SQLXML  #Views: 215  Category: Article    

Web Services (SOAP) Support in SQLXML
Web services support in Microsoft® SQLXML 3.0 exposes Microsoft SQL Server™ 2000 as a Web service that offers SQL Server functionality to the clients. You can send SOAP HTTP requests to a server that is running SQLXML 3.0 to execute stored procedures, user-defined functions (UDFs), and templates.

Type: SQLXML  #Views: 297  Category: Article    

Distributing Enterprise Data via XML with SQL Server 2000 and Excel 2002
How to take advantage of features in SQL Server 2000 and Excel 2002 in order to distribute enterprise data to Excel 2002 via XML.

Type: SQLXML  #Views: 226  Category: Article    

Use SQLXML 3.0 to expose your stored procedures as Web services
The latest technology buzz is Web services. Terms such as Simple Object Access Protocol (SOAP), Web Services Description Language (WSDL), and Universal Description, Discovery, and Integration (UDDI) now appear in almost all marketing materials about XML and the Internet. But how are Web services relevant to you as a SQL Server professional?

Type: SQLXML  #Views: 301  Category: Article    

XML Best Practices for Microsoft SQL Server "Yukon"
Learn about the guidelines for XML data modeling and usage in SQL Server "Yukon", and see illustrative examples. To get the most from this paper, you should have a basic understanding of XML features in the context of SQL Server.

Type: SQLXML  #Views: 220  Category: Article    

Using the SQLXML Managed Classes
Take a look at the bridges that SQLXML provides between SQL Server 2000 and the .NET Framework.

Type: SQLXML  #Views: 205  Category: Article    

Case Study: Handling MySQL Growth With a PHP Class
Sick of updating your MySQL database to add new fields half way through a project? In this article Bjorn discusses his PHP class that you can use to make changes to your MySQL database on the fly!

Type: SQLXML  #Views: 291  Category: Article    

15 Seconds : XML Section
15 Second's XML section focuses on Server-side XML and XSL processing using ASP.

Type: SQLXML  #Views: 212  Category: Article    

Create Versatile Web Services From Stored Procedures
The RTM version of SQLXML 3.0 moves from attribute-centric to element-centric XML rowsets and returns DataSet objects from SQL Server 2000 stored procedures.

Type: SQLXML  #Views: 312  Category: Article    

Component Builder -- Access SQL Server 2000 With XML
Create a component that queries and updates SQL Server 2000 using XML.

Type: SQLXML  #Views: 288  Category: Article    

Tutorials & Articles-Getting started with SQLXML
SQLXML allows you to send queries to your SQL Server database and to be able to retrieve the results in XML over the web. This article will tell you how to set it up.

Type: SQLXML  #Views: 280  Category: Article    

XSL / Tutorials & Articles-Using SQLXML To Display a Report
Using SQLXML to display a report.This example is focused on using the SQL Server 2000 SQLXML functions in asp pages. We will get data from data base in xml format and using xsl we will display data in asp page.

Type: SQLXML  #Views: 304  Category: Article    

Using SQLXML in ASP.NET
In previous article, I have shown you how to set up SQLXML on your computer and a virtual directory to use. Now, I will show you how to use ASP.NET to access and retrieve SQLXML documents and there isn't much work to be done, it's all here. They've even given you a class library to use.

Type: SQLXML  #Views: 345  Category: Article    

Prev Next
1 2 3 4 5 6 7 8


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
Lexmark printer refills
online fax service
SPOC
my faxing
chicago web design
Registro de Dominios
Cheap Web Hosting
Car Photos
Giorgio armani sunglasses
Video Surveillance
Skype vs. sipcall

3,833 Total Members
58 members(last 30 days)
8 members(last 7 days)
0 members(today)

1,937 Total Discussions
2 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)

8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)

14,084 Total Resources
2 Resources(last 30 days)
0 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139