Answer Posted / hameed
yes, XML is a platform independent.
XML can be used to access data as well as add data from
database or any other source.
In Disconnected Architecture Applications Data is accessed
from database in form of XSD which is nothing but an XML
representation of data from the Databaes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the properties of primary key?
What is difference between primary key and foreign key?
What are audit control procedures?
Do you know what is similarity and difference between truncate and delete in sql?
What is difference between delete and truncate commands?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
How many triggers are possible per table?
I have a table Events Events containing cardno,time,id,name--each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
How to fetch the next row from a cursor with a "fetch" statement?
Where is trigger in sql server?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
What is a not null constraint?
What is ems sql management studio? : sql server management studio
What is the difference between executequery () and executeupdate ()?