Restore database via XML
-
hi everybody, i want to restore database tables data stored in ("c:\backup.xml") file created WriteXml() method. Is it usefull idea or........ Dim t As DataTable For Each t In myds.Tables t.BeginLoadData() Next myds.ReadXml("c:\backup.xml") For Each t In myds.Tables t.EndLoadData() Or anyother suggestion..
-
hi everybody, i want to restore database tables data stored in ("c:\backup.xml") file created WriteXml() method. Is it usefull idea or........ Dim t As DataTable For Each t In myds.Tables t.BeginLoadData() Next myds.ReadXml("c:\backup.xml") For Each t In myds.Tables t.EndLoadData() Or anyother suggestion..
You're asked this three times now. Have you tried any of the things you've been told ? If so, try telling us what you tried and why it doesn't work. If you're just asking blindly over and over, make that clear, so that people know not to bother answering.
Christian Graus Driven to the arms of OSX by Vista.
-
You're asked this three times now. Have you tried any of the things you've been told ? If so, try telling us what you tried and why it doesn't work. If you're just asking blindly over and over, make that clear, so that people know not to bother answering.
Christian Graus Driven to the arms of OSX by Vista.
-
I have done this. but there z no error. and the database z also not restored.... Can U Give Me Some Suggestion
So what are the errors?
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
I have done this. but there z no error. and the database z also not restored.... Can U Give Me Some Suggestion
So, learn to use the debugger, step through and work out what's going on. and where you code fails. Then tell us what's going on.
Christian Graus Driven to the arms of OSX by Vista.
-
So what are the errors?
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
Oh I remember... you asked this yesterday, did you? When I see your code did you pay attention to the merging issue I talked about? Maybe that is what is going wrong? http://www.codeproject.com/script/Forums/View.aspx?fid=12076&select=2907094&fr=131#xx2907094xx[^]
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
I have done this. but there z no error. and the database z also not restored.... Can U Give Me Some Suggestion
AhmedNisar82 wrote:
Can U Give Me Some Suggestion
Stop trying. Get a book, learn and try. :)
Navaneeth How to use google | Ask smart questions
-
Oh I remember... you asked this yesterday, did you? When I see your code did you pay attention to the merging issue I talked about? Maybe that is what is going wrong? http://www.codeproject.com/script/Forums/View.aspx?fid=12076&select=2907094&fr=131#xx2907094xx[^]
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.