The Database Forge Class contains functions that help you manage your database.
It can:
- Create or drop a database
- Add fields and keys
- Create, drop and modify a table
I was wondering if anything like that existed for C# or .Net.
Otherwise, I think I have a little project on my hands.
I just found the perfect thing. The only minor drawback is that it is limited to Microsoft SQL Server.
The thing is called SQL Server Management Objects and here are two good tutorials: