Is there any method exist to extract DB path from connection string? I need to check if DB files are exist at the beginning & back them up if file archive flag changed (file modified).
Sample connection string:
strConn = "Data Source=|DataDirectory|\dbAlias.sdf";