So, I'm creating a new database file using CreateDatabase. If the file does not exist, it works, but if it already exists, it gives me an error message and stops my function.
By searching this forum, I found this guy posting how he'll use Kill () to remove the file so he can replace it. But...