Create db on the fly.
Posted: Mon 24 Jan 2011 18:56
Is it possible to create a database when it's opened, and then create tables/indexes on the fly.
I have a class library that needs to create the database, create the tables, and then populate the tables.
And then the db will be read by an external program. Essentially i'm filling it with xml that needs to be cache, and then the external program reads the messages from db, and send them across a transport, wcf maybe.
Can it be done.
Any help would be appreciated.
Bob.
I have a class library that needs to create the database, create the tables, and then populate the tables.
And then the db will be read by an external program. Essentially i'm filling it with xml that needs to be cache, and then the external program reads the messages from db, and send them across a transport, wcf maybe.
Can it be done.
Any help would be appreciated.
Bob.