Community-Credit.com
|
NonProfitWays.com
|
SOAPitstop.com
Skin:
Fiery Red
Mello Blue
Purple Passion
The Green Stuff
Grey Flannel
User: Not logged in
Hot Links
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
Menu
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
My Pitstop
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
HeadGeek
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics
Articles
ADO.NET (179)
Pattern (3)
WebDAV (17)
XMLHTTP (3)
Database (35)
RDF (28)
WebService (230)
XMPP (9)
Debugging (29)
RSS (29)
WML (95)
XPath (78)
DIME (14)
SAX (56)
WSDL (80)
XPointer (12)
DOM (56)
Schema (47)
XAML (5)
XQL (24)
DTD (23)
SMIL (38)
XBRL (64)
XQuery (72)
ebXML (56)
SOA (9)
XForms (92)
XSchema (30)
Flash (12)
SOAP (136)
XHTML (111)
XSL (423)
Humor (1)
SQL (16)
XLL (1)
XSL-FO (29)
Java (77)
SQLXML (142)
XML (779)
XSQL (6)
MathML (11)
SVG (56)
XML.NET (86)
XUL (13)
Oracle (29)
VoiceXML (82)
XMLA (2)
Total Articles: 3,425
sqlxml Articles
Prev
Next
1
2
3
4
5
6
7
8
Microsoft hunted by three new flaws
Hunted by the endless vulnerabilities in its programs, Microsoft this Wednesday alerted for yet three more. The flaws affect IIS 4.0 and 5.0; Windows NT 4.0, 2000 and XP; and the Microsoft SQLXML. With two of them classified as Moderate and one as Critical, the software giant urges users once again to download the available patches.
Type: SQLXML #Views: 492 Category: Article
Using DiffGrams for XML data modifications (XML and SQL part 9)
There are two situations to consider when inserting rows into the Shippers table, which contains identity column (ShipperID):
Type: SQLXML #Views: 574 Category: Article
Store and Retrieve XML-based Business Objects with SQL Server and .NET (Part II)
Improve performance and gain convenience by using custom business objects serialized to and from XML rather than forcing your presentation-tier developers to work directly with DataSets.
Type: SQLXML #Views: 503 Category: Article
Web Services in Action
Web services provide a standard way to build loosely coupled applications that are resilient to change, can be easily described using Web Services Description Language (WSDL), and will make you rich overnight.
Type: SQLXML #Views: 479 Category: Article
Microsoft warns of IIS, RAS, SQL flaws
Potentially damaging vulnerabilities have been found in Microsoft products ranging from its Internet Information Server (IIS), Remote Access Service and SQL Server 2000.
Type: SQLXML #Views: 409 Category: Article
Building a SQLXML Web Service Application • Chapter 7
Once you install the SQL 2000 Web Services Toolkit (most importantly for this discussion, SQLXML 3.0) you will be able to communicate to SQL Server via HTTP by creating a SQL Virtual Root Directory from one of your selected databases.
Type: SQLXML #Views: 469 Category: Article
Building a SQLXML Web Service Application
Another way to create a SQLXML virtual directory is to use the IIS Virtual Directory Management for SQL Server object model.
Type: SQLXML #Views: 472 Category: Article
SQL Server "Yukon"
This paper covers several techniques to improve the performance of queries against and modifications to the XML data type in the latest version of Microsoft? SQL Server?, SQL Server "Yukon." To get the most value from this paper, you should have some familiarity with XML features in the context of SQL Server.
Type: SQLXML #Views: 445 Category: Article
Using SQL Server's XML Support
SQL Server is an XML-enabled DBMS, which can read and write XML data, return data from databases in XML format, and read and update data stored in XML documents. In fact, SQL Server has eight different ways to use XML. Learn how each of them works, and how they interoperate.
Type: SQLXML #Views: 493 Category: Article
XML and SQL 2000 (Part 8)
So far, this series has concentrated on configuration options available via the graphical interface of IIS Virtual Directory Management for SQL Server. However, newer versions of SQLXML, in addition to the features we have already covered, provide another type of functionality, accessible through scripting, that allows bulk loading of XML data into SQL databases.
Type: SQLXML #Views: 465 Category: Article
SQL/XML in JDBC Applications
SQL/XML in JDBC Applications
Type: SQLXML #Views: 433 Category: Article
XML Data in SQL Server "Yukon"
If you've been working with SQL Server 2000, you're probably already familiar with the XML capabilities provided by the SQLXML technologies, a set of add-on libraries for SQL Server.
Type: SQLXML #Views: 358 Category: Article
SQL/XML in JDBC Applications - DataDirect Technologies
This document explores different approaches for creating XML structures from SQL queries by comparing SQL/XML to custom-coded solutions using JDBC and SAX or DOM and to proprietary XML extensions from the database vendors. Many Java applications exchange data as XML, but store and query data using a JDBC connection to a traditional relational database.
Type: SQLXML #Views: 443 Category: Article
Using the sql:max-depth Attribute for Schemas with Recursive Elements
Let's define a schema with a recursive element as a schema in which one or more elements contain one or more instances of themselves, either directly or with intervening elements. Recursive elements let you represent relationships between similar items by nesting the XML tags. For example, you could design an organization chart in which each manager's Employee element contains the Employee elements of the staff members who report to that manager.
Type: SQLXML #Views: 470 Category: Article
Extracting XML Data From SQL Server 2000
XML and databases seem to be a natural pair. But once you start to convert database data returned by your query component into XML formatted data, you will quickly find the process tiresome, even though you are using the latest and greatest Delphi 7 Enterprise. Wouldn’t it be easier to leave the task of XML conversions to the database itself? If you are using Microsoft SQL Server 2000, you can do just that!
Type: SQLXML #Views: 477 Category: Article
SQL/XML and the SQLX Informal Group of Companies
For many years now, the SQL standard has been maintained and enhanced by NCITS Technical Committee H2 on Database in the US and by the ISO/IEC JTC 1/SC32/WG3 Database Languages Working Group internationally.
Type: SQLXML #Views: 460 Category: Article
Exporting SQL Data as XML
In my last article, Importing XML into SQL Server 2000, we looked at various techniques to import the XML data into SQL Server. To complement that, this article will focus on some of the methods that you can use to export relational SQL data to the XML format.
Type: SQLXML #Views: 682 Category: Article
Using DiffGrams for XML data modifications (XML and SQL part 9)
In a previous article of this series, I described using bulk loading of XML data with scripting interfaces included in the SQLXML version 2.0 and later. Now, we are going to explore another feature introduced in SQLXML version 2.0 (and enhanced in the version 3.0) called Diffgrams.
Type: SQLXML #Views: 438 Category: Article
XML and SQL 2000 (Part 6)
In the previous article, I explained the meaning of the "Allow posted updategrams" and "Allow template queries" options on the Settings tab of the Virtual Directory Properties dialog box in IIS Virtual Directory Management for SQL Server tool. I also presented examples of taking advantage of these options to return results of the T-SQL queries in the XML format via HTTP. In this article, I will continue discussion on this subject, focusing on the next option on the Settings tab - "Allow XPath".
Type: SQLXML #Views: 437 Category: Article
XML Data in SQL Server "Yukon"
If you've been working with SQL Server 2000, you're probably already familiar with the XML capabilities provided by the SQLXML technologies, a set of add-on libraries for SQL Server. With SQLXML installed, you can return the results of relational queries as XML fragments, use XPath to query your database, and so on.
Type: SQLXML #Views: 349 Category: Article
Prev
Next
1
2
3
4
5
6
7
8
Advertise on XMLPitstop
Statistics
4,380 Total Members
4 members(last 30 days)
1 members(last 7 days)
0 members(today)
1,998 Total Discussions
0 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,337 Total Resources
6 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