What is strong weak in ios?
What is the directory structure of a web application deployed on tomcat?
What is a galvanometer?
Are you open to work in night shifts?
What is the difference between aws and ec2?
Why do we need templates?
What is dimension table? : sql server analysis services, ssas
What do you understand by data center in cassandra?
Why do we use bootstrap carousel plugin?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
Write a short compiled module which selects random numbers. and what function is used to call your customized compiled module?
What is the difference between jpql and sql?
What is a hash in programming?
What is cathode ray oscilloscope (cro)?
How do I escape data before storing it into the database?