Click here to Skip to main content
15,890,512 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Empty node when data specified in xsd Pin
Richard MacCutchan19-Jul-13 2:21
mveRichard MacCutchan19-Jul-13 2:21 
GeneralRe: Empty node when data specified in xsd Pin
DaveyM6919-Jul-13 3:51
professionalDaveyM6919-Jul-13 3:51 
AnswerRe: Empty node when data specified in xsd Pin
jinzai17-Jul-14 13:01
jinzai17-Jul-14 13:01 
QuestionMerging 2 consecutive List items in XSLT Pin
David Kroj14-Jul-13 21:17
David Kroj14-Jul-13 21:17 
QuestionHow to do curd operations on XML Which Shown Below Pin
Rambabu Sapa10-Jul-13 1:40
Rambabu Sapa10-Jul-13 1:40 
QuestionRe: How to do curd operations on XML Which Shown Below Pin
Richard MacCutchan10-Jul-13 4:25
mveRichard MacCutchan10-Jul-13 4:25 
AnswerRe: How to do curd operations on XML Which Shown Below Pin
Rambabu Sapa11-Jul-13 3:18
Rambabu Sapa11-Jul-13 3:18 
AnswerRe: How to do curd operations on XML Which Shown Below Pin
jinzai17-Jul-14 13:07
jinzai17-Jul-14 13:07 
This is not the document you want for figuring out CRUD. You need the XSD to do that properly. You could guess and as long as the database column names matched you *might* be able to guess correctly, but...I would not be helping you if I recommended that you do that.

If you can write your own query to select a row and if you also had access to ADO.NET -- you could have the table tell you its schema and then the query could be written properly.

This method that you are using -- is not a great idea -- you can have some success in doing it, but not for long and it is very likely that you will manage to put a row in the database that will be junk data because you do not know the schema -- you are just making blind CRUD operations.

A better choice might be stored procedures because you can just provide the parameters from the client side. At any rate, the less you count on being smart on the client side, the better off you will be.
Questiondisplaying xml file on wpf Pin
adinarayana095808-Jul-13 18:37
adinarayana095808-Jul-13 18:37 
AnswerRe: displaying xml file on wpf Pin
Richard MacCutchan8-Jul-13 21:28
mveRichard MacCutchan8-Jul-13 21:28 
QuestionChecking for valid xml file. Pin
Mark F.18-Jun-13 7:53
Mark F.18-Jun-13 7:53 
AnswerRe: Checking for valid xml file. Pin
Bernhard Hiller19-Jun-13 20:52
Bernhard Hiller19-Jun-13 20:52 
GeneralRe: Checking for valid xml file. Pin
Mark F.20-Jun-13 13:52
Mark F.20-Jun-13 13:52 
QuestionParsing HTML Pin
PIEBALDconsult18-Apr-13 5:15
mvePIEBALDconsult18-Apr-13 5:15 
AnswerRe: Parsing HTML Pin
Richard Deeming18-Apr-13 5:56
mveRichard Deeming18-Apr-13 5:56 
GeneralRe: Parsing HTML Pin
PIEBALDconsult18-Apr-13 16:18
mvePIEBALDconsult18-Apr-13 16:18 
GeneralRe: Parsing HTML Pin
Richard Deeming19-Apr-13 1:46
mveRichard Deeming19-Apr-13 1:46 
QuestionXML data representation Pin
Neo101015-Apr-13 0:39
Neo101015-Apr-13 0:39 
AnswerRe: XML data representation Pin
Kenneth Haugland5-Apr-13 2:13
mvaKenneth Haugland5-Apr-13 2:13 
QuestionHow to retrieve data from XLS/TXT file and DB? Pin
David venewald27-Feb-13 16:09
David venewald27-Feb-13 16:09 
AnswerRe: How to retrieve data from XLS/TXT file and DB? Pin
jinzai17-Jul-14 13:14
jinzai17-Jul-14 13:14 
Questionrunning xml Pin
Member 963455215-Jan-13 3:02
Member 963455215-Jan-13 3:02 
AnswerRe: running xml Pin
Abhishek Pant15-Jan-13 3:45
professionalAbhishek Pant15-Jan-13 3:45 
QuestionExecute a task scheduler stop command (to kill one task)before starting the upgrade. Pin
Prasanth Vijayan9-Dec-12 20:07
Prasanth Vijayan9-Dec-12 20:07 
Questionsharing data by using xml Pin
El Dev28-Nov-12 4:36
El Dev28-Nov-12 4:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.