Hi, is there a proper way to open a SQLiteConnection from a Stream object?
What I want is to use the System.IO.Packaging.Package class to build a custom file format. Inside this a SQLite DB should be one System.IO.Packaging.PackagePart. I don't want to copy the DB part to temp directory every time I want to access it. Best Regards Steffen Mangold