Re: restoring a db without an existing odbc connection

2006-11-10 Thread Doug Brown
MOVE 'master_default_log' TO '#request.SitesDBFolder#\#theDBName#.ldf' > > > > > > > > > >At 02:21 PM 11/10/2006, Mik Muller wrote: > >>To: cf-talk@houseoffusion.com > >>From: Mik Muller <[EMAIL PROTECTED]> > >>Subjec

Re: restoring a db without an existing odbc connection

2006-11-10 Thread Doug Brown
what DB are you using... MSSQL, mySql? - Original Message - From: "Mik Muller" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Friday, November 10, 2006 3:08 PM Subject: Re: restoring a db without an existing odbc connection > Ok. I gave up on trying to

Re: restoring a db without an existing odbc connection

2006-11-10 Thread Mik Muller
MOVE 'master_default_dat' TO > '#request.SitesDBFolder#\#theDBName#.mdf', >MOVE 'master_default_log' TO > '#request.SitesDBFolder#\#theDBName#.ldf' > > > > >At 02:21 PM 11/10/2006, Mik Muller wrote: >>To: cf-t

Re: restoring a db without an existing odbc connection

2006-11-10 Thread Mik Muller
default_log' TO '#request.SitesDBFolder#\#theDBName#.ldf' At 02:21 PM 11/10/2006, Mik Muller wrote: >To: cf-talk@houseoffusion.com >From: Mik Muller <[EMAIL PROTECTED]> >Subject: restoring a db without an existing odbc connection >In-Reply-To: <[EMAIL P

restoring a db without an existing odbc connection

2006-11-10 Thread Mik Muller
Hey all, I'm looking for a way to restore a db as the first db in an application I have written. The app normally restores DBs as a way of automatically creating new sites, but if this is a new box and code determines the main manager DB doesn't exist, how does one restore a DB... without an ex