Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have created xsd file i.e. Datase file but i dont know how to use it in c# code to fill datagrid and to add,update or delete records from database

regards
Posted
Comments
[no name] 21-Jul-12 10:12am    
If you did not know how to use it why did you create it?

1 solution

Couple of things:
1. You have no clue on what are you doing. Not good.
XSD is XML Schema Definition - not a database file. Read : http://www.w3schools.com/schema/schema_intro.asp[^]
It can be used to define new schema of database but not as a database, here: Generate SQL Database Schema from XML - Part 1 (File Format and XSD)[^]


2. You were shared articles and links to learn. It looks like you have completely ignored them. Again, not good.


Please spend some time learning and reading form the links and answers shared. Don't just jump into black area you have no clue about.
 
Share this answer
 
Comments
nandjaring 21-Jul-12 11:08am    
its not mean database, its just a dataset

and where are the links

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900