Click here to Skip to main content
15,923,689 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.net 2.0 call back procedure Pin
apolvill11-Aug-06 18:05
apolvill11-Aug-06 18:05 
QuestionHow to select a single cell from datagrid on mouseclick event Pin
jagmit2011-Aug-06 8:11
jagmit2011-Aug-06 8:11 
AnswerRe: How to select a single cell from datagrid on mouseclick event Pin
Ryomin11-Aug-06 8:35
professionalRyomin11-Aug-06 8:35 
QuestionSQL to XML & XML to SQL Pin
kirthikirthi11-Aug-06 7:51
kirthikirthi11-Aug-06 7:51 
AnswerRe: SQL to XML & XML to SQL Pin
Felipe Dalorzo11-Aug-06 8:43
Felipe Dalorzo11-Aug-06 8:43 
GeneralRe: SQL to XML & XML to SQL Pin
kirthikirthi11-Aug-06 9:15
kirthikirthi11-Aug-06 9:15 
GeneralRe: SQL to XML & XML to SQL Pin
Felipe Dalorzo11-Aug-06 11:00
Felipe Dalorzo11-Aug-06 11:00 
GeneralRe: SQL to XML & XML to SQL Pin
kirthikirthi11-Aug-06 11:18
kirthikirthi11-Aug-06 11:18 
In sql server i have an table called "WW"

That table records i want to copy to XML file (WW.xml)


I done the SQL to XML like this

Dim dsn, sqlEmp As String
dsn = "Provider=SQLOLEDB;server=;uid=;pwd=;database=Test"
sqlEmp = "select * from WW"
Dim connection As New OleDbConnection(dsn)
Dim command As New OleDbDataAdapter(sqlEmp, connection)
Dim dsCustomers As New DataSet
command.Fill(dsCustomers, sqlEmp)

dsCustomers.WriteXml(Server.MapPath("WW.xml"))

It will transfer all the records to XML file

Now i want to this XML file to transfer to SQL server New Table

How can i do this





asdfasdfasdfasdfasdfasdfasdfasdfasdfasdf

GeneralRe: SQL to XML & XML to SQL Pin
S Pandian11-Aug-06 18:45
S Pandian11-Aug-06 18:45 
GeneralRe: SQL to XML & XML to SQL [modified] Pin
kirthikirthi15-Aug-06 20:00
kirthikirthi15-Aug-06 20:00 
QuestionAdding OnTextChanged event to the textbox placed in the datagrid. Pin
ashokyamsani11-Aug-06 6:10
ashokyamsani11-Aug-06 6:10 
QuestionConvert File To PDF Pin
Mansurali11-Aug-06 5:52
Mansurali11-Aug-06 5:52 
AnswerRe: Convert File To PDF Pin
Colin Angus Mackay11-Aug-06 5:57
Colin Angus Mackay11-Aug-06 5:57 
QuestionCompatibility problem between IE and firefox Pin
Suj_7811-Aug-06 5:22
Suj_7811-Aug-06 5:22 
AnswerRe: Compatibility problem between IE and firefox Pin
Guffa12-Aug-06 3:31
Guffa12-Aug-06 3:31 
AnswerRe: Convert to PDF Pin
Colin Angus Mackay11-Aug-06 5:39
Colin Angus Mackay11-Aug-06 5:39 
GeneralRe: Convert to PDF Pin
Suj_7811-Aug-06 6:01
Suj_7811-Aug-06 6:01 
GeneralRe: Convert to PDF Pin
Colin Angus Mackay11-Aug-06 8:58
Colin Angus Mackay11-Aug-06 8:58 
Questionusing SelectedIndex to determine if an item was selected Pin
ssbelfast11-Aug-06 4:29
ssbelfast11-Aug-06 4:29 
AnswerRe: using SelectedIndex to determine if an item was selected Pin
Ramasubramaniam11-Aug-06 4:43
Ramasubramaniam11-Aug-06 4:43 
GeneralRe: using SelectedIndex to determine if an item was selected Pin
ssbelfast11-Aug-06 4:53
ssbelfast11-Aug-06 4:53 
GeneralRe: using SelectedIndex to determine if an item was selected Pin
ssbelfast14-Aug-06 2:27
ssbelfast14-Aug-06 2:27 
QuestionConnect to sql server from asp.net web app Pin
chris677011-Aug-06 2:27
chris677011-Aug-06 2:27 
AnswerRe: Connect to sql server from asp.net web app Pin
Suj_7811-Aug-06 7:04
Suj_7811-Aug-06 7:04 
QuestionRe: Connect to sql server from asp.net web app Pin
chris677014-Aug-06 2:08
chris677014-Aug-06 2:08 

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.