You *could* do that with http://www.castleproject.org/activerecord/index.html BUT I really think implementing AR & NHibernate is overkill.
Or you could simply have a osql script executed when a session is created, but you would need to check if the Db exists first etc. Simple solution - just create your Db, ONCE, beforehand, and you don't need to do it again. I don't see any benefit in trying to automate this. On Tue, Mar 30, 2010 at 2:27 PM, Gourav <[email protected]> wrote: > i am working on a web project.in this if any user register itself > then at the same time dynamically > create the database in the back end with all the tables.it is > possible..... > > i am using ASP.NET 2008 > & Database SQL SERVER 2005.. > > > -- > To unsubscribe, reply using "remove me" as the subject. >
