Question
Create a SQLite database based on an XSD Data Set
Does anybody know if there is a way to create an SQLite database based on an XSD DataSet
? In the past, I've just used a basic SQLite manager, but I want to fuse things a bit more with my .NET
development if possible.