The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Transfer data from MS Access to XML
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Meas DymongPosted Feb 6, 2011, 12:29 AM
Hello everybody i would like to ask you about replace two string into one textbox to number. eg. i have txt1=$ 1,200. i want in txt1=1200. how can i do if want it in function?
cone firstPosted Sep 30, 2010, 1:41 AM
i am a beginner in xml. please, give me information each of code above. i had problem. and i understand yet about all that. ex: i have database "BANK" in sql server. and i have form in vb .net . how can i get and display this data in datagrid after pressed the button? please sir.. help me about this.
mathu mathiPosted Mar 31, 2009, 2:39 AM
in the line " NewxElement.SetAttribute("value", Acessdt.Rows.Item(inti).Item(intCol))" you have wrote the filds as attributes in xml doc but can we insert them as elements? wat is the code to do it??
mathu mathiPosted Mar 21, 2009, 12:51 AM
this works well but can we trnasfer only the selected fields in a table to xml doc??