i want to add a .mdb file to the resource, and while running i want to copy .mdb file to another location, do connection run it and delete the copied .mdb file while i finished processing with .mdb file.
how to do this using assembly.GetManifestStream? if not with assembly.GetManifestStream what are the other ways with which i can do this?