Reply to thread

I couldn't helt myself.


I'm currently playing around with sql express 2008 and incorporating this into moving pictures without redesigning anything from scratch.


So far I managed to create a connection to the sqlexpress database.


I created a IDatabaseManager interface, which are implemented by :

DatabaseManagerSQLexpress

DatabaseManagerSQLite

DatabaseManagerMySQL (I probably wont do this part, since I have no use of this)


My new "DatabaseManagerSQLexpress" class is capable of creating missing tables and columns and their respective relational tables as well.

It's also able to read records.


All this is done through a simple testunit project, to speed up the coding process.

Once everything works ok, it's time to fire up mov pics GUI and config.


Where do I place the connection string etc ?

Seems silly to place it in sql lite db :)


/gibman


Top Bottom