VB.NET

Moderators: seancampbell
Number of threads: 4022
Number of posts: 10035

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
VB to VB.NET Posted by honest_dude on 23 Jun 2009 at 4:25 AM
Well I have created a software using VB and msaccess, now I have this VB.NET2003 version and would like my current project to .NET version, would it be possible to do that. Can .XML data be change into msaccess, if it is possible how to do that.

Would be grateful if anyone could help

Thanks.

Zela
Report
Re: VB to VB.NET Posted by seancampbell on 24 Jun 2009 at 8:47 AM
XML data is by nature structured... If you know the structure of XML data, you can write a routine that can "skim" the data out of it (assuming you have no other way to get the values from the xml data) and then push it up a Table in MSAccess that meets the same data structure...

This requires you to do some work first, understanding the XML, writing the routine to interpret the XML file, creating the AccessDB Table with the proper design, then writing a routine to push up the interperted data...

Good luck!! I have done some XML Serialization, but never tryed to deserialize XML from an XML file that wasn't Serialized from an object in memory first... Lookinto System.XML.Serialization, you might find some better stuff looking around for that.
Sean C



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.