Re: Building a Database Database

2004-04-11 Thread Claude Schneegans
>>What I want to do is programmatically go through the list of ODBC datasources, and document the connection name, database type, tables involved in that connection, and the design of those tables (table name, field names, data types, field lengths, comments, etc.) You can get all this with just o

Backing up MySQL DB InnoDB tables

2004-04-11 Thread Spectrum WebDesign
What's the best choice to backup MySQL InnoDB tables? mysqldump? txt files? -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Setting

RE: Backing up MySQL DB InnoDB tables

2004-04-11 Thread Peter Coppinger
Hi, In my experience, using mysqldump is best. You can use my script for making daily backups of all your MySQL databases; its available at: http://free.cftagstore.com/index.cfm/page/viewtag/tagId/5 Peter Coppinger Digital Crew -Original Message- From: Spectrum WebDesign [mailto:[EMAIL

RE: Backing up MySQL DB InnoDB tables

2004-04-11 Thread JT
Hi Peter, Nice tag. What can I do to Fix this Error. The tag does not have an attribute called connectstring. The valid attribute(s) are name, datasource, dbtype, sql, username, password, maxrows, blockfactor, timeout, cachedafter, cachedwithin, debug.   -Original Message-   From: Peter C

RE: Backing up MySQL DB InnoDB tables

2004-04-11 Thread JT
Never mind I just made a dsn to any MySQL data source.   -Original Message-   From: JT [mailto:[EMAIL PROTECTED]   Sent: Sunday, April 11, 2004 2:53 PM   To: CF-Talk   Subject: RE: Backing up MySQL DB InnoDB tables   Hi Peter,   Nice tag.   What can I do to Fix this Error.   The tag does

Re: CF Hosting (beaten to death I know)

2004-04-11 Thread Colin Wilson
I've been happy with Pacific Online in Vancouver. Colin > Looking for an ISP with solid CF experience (CFMX 6.1, SQL > Server/MySQL). Primary concern of stability and uptime as this will > be > for mission critical application. > > I'd prefer a Canadian site but it's not a necessity! Price is n

Re: CF Hosting (beaten to death I know)

2004-04-11 Thread Les Mizzell
> I've been happy with Pacific Online in Vancouver. After a ton of research, I recently transferred every single client I had over to hostmysite.com and/or their associate company, smarterlinux.com (for a few less demanding sites).  I'm very happy with the decision. 1. I've had need to contact

RE: CF Hosting (beaten to death I know)

2004-04-11 Thread Michael T. Tangorre
I will vouch for HostMySite also. Search the archives, they are a common recommendation by many.  :-) Mike > -Original Message- > From: Les Mizzell [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 11, 2004 10:59 PM > To: CF-Talk > Subject: Re: CF Hosting (beaten to death I know) > > > I

Multiple Sites / 1 Hosting Account

2004-04-11 Thread Michael T. Tangorre
I have a shared hosting account and have two domains pointed at the account. I want to run both sites independantly... Is it best to use a quick "cfif" in the root level index.cfm to push the user to the right site? As long as the cfapplication tags have unique name attributes the applications shou

RE: CF Hosting - unfair - a suggestion

2004-04-11 Thread Michael Kear
I'm one of those who doesn't feel comfortable plugging my own company and services on this list.  I think if we all plugged our own stuff all the time, this list would lose its usefulness. But I'm small but serious in the CF hosting business, and I often have to sit by and watch as lots of my com

Re: Multiple Sites / 1 Hosting Account

2004-04-11 Thread Doug White
If your provider is willing, you can set the default page to be different for each domain. If not, then your default cfm page should read the http GET and route the request to the correct domain/page. == Stop spam on your domain, Anti-spam solutions http://www.

RE: Multiple Sites / 1 Hosting Account

2004-04-11 Thread Jim Davis
Pretty much that's you're only option unless your host is willing to set up multiple virtual servers (most aren't). You probably don't need anything in the root application.cfm - you can do your redirect using nothing but the CGI variables.  The only (minor) downside is that your URL's will be a l

Re: CF Hosting (beaten to death I know)

2004-04-11 Thread Matt Blatchley
We use Hostmysite as well, and have had no problems, and even at 4 in the morning they still answer the phones. I was sold :) Matt   - Original Message -   From: Michael T. Tangorre   To: CF-Talk   Sent: Sunday, April 11, 2004 10:18 PM   Subject: RE: CF Hosting (beaten to death I know)

RE: CF Hosting - unfair - a suggestion

2004-04-11 Thread Jim Davis
Personally I'd rather see you pitch yourself every time the topic comes up rather than try to ban a topic that's absolutely guaranteed to appear at least twice a month.  ;^) Besides it seems like this is a losing proposistion. should we ban all requests for a good CMS, a decent CC validator, a for

Re: CF Hosting - unfair - a suggestion

2004-04-11 Thread Doug White
Good show, Mike Doug == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com ==   - Original Message -   From: Michael Kear   To: CF-T

RE: Multiple Sites / 1 Hosting Account

2004-04-11 Thread Michael T. Tangorre
> You probably don't need anything in the root application.cfm > - you can do > your redirect using nothing but the CGI variables.  The only (minor) > downside is that your URL's will be a little longer since > every link will > include the site/directory name. I'd need to hit one root level fil