Create XSD File for use with your projects. It worked with SQL Server and Access Databases. It includes the Primary and Foreign Keys. Also is an example of getting connection string from user and using schema calls to get a database schema definition. If you enhance it I would appreciate updates. Thanks
File List:
XSDCreator/
0b
XSDCreator/AssemblyInfo.vb
1Kb
XSDCreator/The Surfer.ico
158Kb
XSDCreator/XSDCreator.png
6Kb
XSDCreator/XSDCreator.sln
1Kb
XSDCreator/XSDCreator.suo
8Kb
XSDCreator/XSDCreator.vbproj
5Kb
XSDCreator/XSDCreator.vbproj.user
2Kb
XSDCreator/bin/
0b
XSDCreator/frmMain.resx
246Kb
XSDCreator/frmMain.vb
11Kb
XSDCreator/obj/
0b
XSDCreator/obj/Debug/
0b
XSDCreator/obj/Debug/TempPE/
0b
XSDCreator/obj/Debug/temp/
0b
XSDCreator/obj/Release/
0b
XSDCreator/obj/Release/TempPE/
0b
XSDCreator/obj/Release/temp/
0b
Similar code
PE Reader Class
(Popularity: ) : Well, I was bored, and I figured I want to learn something new and make something useful. So I decided to make a class to read and break down the Portable Executable header on windows EXE files. Please vote if ... AddressBook
(Popularity: ) : Implementation of Arraylist collection, Listbox and Serialization A simple example to use a Structure in lieu of a Class
(Popularity: ) : To give a simple example how to use the .Net Structure instead of a class. Use this when you only need to use a class as a data storage mechanism. This code contains some methods to manipulate public values. A Class in ASP.Net
(Popularity: ) : The following is a class in ASP.Net that encapsulates salary details about a typical employee.It states whether an employee is FT/PT worker as well. Please do vote for this code and most important let me know how can i make ... wucBlog
(Popularity: ) : This application is a simple Blog app that makes use of MS SQL Server, Stored Procedures, and Web User Controls. When I tested the copy over in .net, I found that it was easier to create a new web project ...