473,396 Members | 1,936 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

SQL Server Keywords in XML

Hi All,

We are implementing a solution using java where we will pass xml data to SQL stored procedure, then stored procedure will parse that data. The data can have special characters and SQL server specific keywords like DEFAULT etc. How can we make sure that the special characters (both xml and SQL Server specific) and SQL server specific keywords should be processed successfully?

Thanks,
Gaurav
Jun 26 '12 #1
2 2420
ck9663
2,878 Expert 2GB
What do you mean by "processed successfully"? SQL Server will treat each of the XML elements as it is.


~~ CK
Jun 26 '12 #2
Thanks for response. Do you mean to say if I have an xml tag like
<sample value="DEFAULT VALUE"/>
In that case it will process "DAFAULT VALUE" as it is instead of considering DAFAULT as a keyword.
Jul 3 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Nel | last post by:
Hi all, Before I re-invent the wheel here, has anyone willing to share a basic script to extract META keywords from a string. I have a string, let's say $pageText that contains the dynamic...
8
by: John Chiurato | last post by:
Yes, I am a newbie to PHP. Worried that using PHP may affect my search engine ranking. Would a script like the one below be adequate? <?php class Page { var $Title; var $Keywords; var...
2
by: Cherry | last post by:
I have a trigger that won't compile: CREATE OR REPLACE TRIGGER TRG_CORRESPONDENCE_UPT AFTER UPDATE on TBLCORRESPONDENCE for each row BEGIN IF :OLD.Keywords <> :NEW.Keywords THEN
5
by: Bryan Bullard | last post by:
Does anyone know of a way to add *key words* to Query Analyzer's syntax highlighting feature? I would think that there would be a text/xml file that could be modified. This certainly can't be...
14
by: Jason Heyes | last post by:
I want to write a class that supports operations on keywords belonging to the C++ programming language. The following program repeatedly prompts the user for a keyword until 'explicit' is finally...
3
by: rapataa | last post by:
hi, I'm building a simple search engine using keyword and title of a page: select ID, content_ID, 3 as 'weight' from tblPage where keywords LIKE '%test%' union select ID, content_ID, 2...
4
by: thinkfr33ly | last post by:
We're implementing a "Google Adwords"-like service for an affiliate program for one of our ASP.NET sites. (Google Adwords is the advertising program where affiliates place iFrames on their site and...
5
by: JP SIngh | last post by:
Hi All This is a complicated one, not for the faint hearted :) :) :) Please help if you can how to achieve this search. We have a freetext search entry box to allow users to search the...
9
by: Nenad Loncarevic | last post by:
I am a geologist, and over the years I've accumulated quite a number of proffesional papers on the subject, in various publications. I would like to make a database that would help me find the...
7
by: chettiar | last post by:
Hi, I am trying to migrate SQL Server into DB2. In SQL Server there is code like: SET DATEFIRST 6 SELECT DATEPART(WEEK, '2006-01-31') What could be the equivalent DB2 code for this.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.