Advertisement

1 - 10 of 67 containing alltags:("openxml") (0 seconds)
Hi, I am passing a string containing data within xml tags to a Stored Procedure. I use openxml to populate various tables with the data. In the example below the data value within package is...
Zones: MS SQL Server, XHTMLDate Answered: 04/13/2004 Grade: B Views: 0
VERY URGENT FOR ME I want to open XML File and store the data in a sql server database My script work fine if i open a simple xml file. If i open a xml file with a xdr link, my script work bu...
Zones: Visual Basic, XHTMLDate Answered: 08/19/2004 Grade: A Views: 0
Issue: Xpath containing array index behaves in dissimilar manner when used in OPENXML in Stored Procedures running in SQL Server 2000 installed on Win XP and Win 2k machines. Description: A s...
Zones: MS SQL ServerDate Answered: 02/25/2005 Grade: A Views: 0
Okay, I like the idea of OpenXml, but how does it determine where the actual document.xml is located to import from???
Zones: MS SQL ServerDate Answered: 03/29/2006 Grade: A Views: 0
Can anyone give me an openxml example of inserting into a SQL table, from an xml file - the caveat is that I am using SQLMobile, so cannot utilize SPROCS at all.
Zones: C#Date Answered: 06/09/2006 Grade: A Views: 0
I am trying to insert values using OpenXML to limit calls to my database.  This procedure will handle allowed roles for a given user.  The values I pass in would be like this: @userID = 10487 @...
Zones: MS SQL ServerDate Answered: 06/09/2006 Grade: A Views: 0
dear All, Below is the code to retireve data from a XML file.  The data which i need to store in DB  is  "BUS" from  line  <FormalName Scheme="N2000">BUS</FormalName>     and value of           ...
Zones: MS SQL ServerDate Answered: 04/07/2007 Grade: A Views: 4
Hi, I am facing an error while using openxml in sql server 2000. I am getting a xml string as a text parameter of stored procedure from a C# code. The xml string that I am getting in parameter is...
Zones: MS SQL ServerDate Answered: 05/08/2007 Grade: A Views: 0
When I use the following code, then the five spaces at the right of the 'x' are getting trimmed away. How can I avoid this? I don't want to replace the space with another character (like Chr(160) o...
Zones: MS SQL ServerDate Answered: 07/10/2002 Grade: B Views: 0
How do I add a value that is not from my XML doc? For example, I want to put the value 6 in Qty field but it is expecting a Node instead of @num1. DECLARE @num1 int SET @num1 = 6 EXEC sp_xml...
Zones: DatabasesDate Answered: 02/16/2004 Grade: A Views: 4