Your approach makes sense, however, and is probably more secure than what I'm doing...I'll probably adopt that approach, too.
Rick -----Original Message----- From: dave [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 10:31 PM To: CF-Talk Subject: RE: OT: Live Chat Service on a dev machine im not sure about the security deal. but what i do is in my Application.cfm file is i have a "live" and a "local" db connections & i just comment out the live ones when working locally. I'm sure there is a better way� but thats how I do it. You can probably keep the passwords you put in, just be sure to reference them when developing on local machine. ---------------------------------------- From: "Rick Faircloth" <[EMAIL PROTECTED]> Sent: Monday, February 21, 2005 10:26 PM To: CF-Talk <[email protected]> Subject: RE: OT: Live Chat Service Well...that was simple enough... I just created a new user named "ODBC" with no password, which is what CF was insisting on trying to use and "voila!"...CF connected... Is there security risk in this setup? Rick -----Original Message----- From: dave [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 10:12 PM To: CF-Talk Subject: RE: OT: Live Chat Service is this on your dev machine? if so you need to either set the tables username and password or be sure to set them as blank like what its doing is throwing an error because the username and passord is incorrect. If your queries are set up "access style" then you need to add the username and password attributes thus becomes password="#pw#"> ---------------------------------------- From: "Rick Faircloth" Sent: Monday, February 21, 2005 10:05 PM To: CF-Talk Subject: RE: OT: Live Chat Service Funny you should mention MySQL db connections...I just installed MySQL 4.1 on a server with CF 4.5.2 for the first time and can't get CF hooked up with MySQL. CF keeps erroring and saying: ODBC Error Code = HYT00 () [MySQL][ODBC 3.51 Driver] Access Denied for User 'ODBC'@'localhost' (using password NO) I'm trying to figure out where the "[EMAIL PROTECTED]" is coming into play. I'm not logging into the new MySQL Administrator that way, and I've given the account I do use to login to MySQL all rights. I noticed that when I entered registered the database with the ODBC Administrator in the Control Panel (Windows 2000 Server) that it said that ODBC was the default user in the options, but I used my own username... The database shows up in CF Administrator under ODBC, but it won't connect... I've tried changing the account that CF is running under to the same Username and Password that I use to connect to MySQL and used the same Username and Password to register the database in the Administrator...I'm missing something...(perhaps the brains to do this! :o) Somewhere I've got things set up wrong...any ideas? Rick -----Original Message----- From: dave [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 8:54 PM To: CF-Talk Subject: RE: OT: Live Chat Service i'd spend the 100 bucks for phplive, it really is nice. and no you don't need to know php just know the mysql db connections, its pretty painless, and if i can do it.................. ---------------------------------------- From: "Rick Faircloth" Sent: Monday, February 21, 2005 8:50 PM To: CF-Talk Subject: RE: OT: Live Chat Service CraftySyntax looks interesting...I'm a little wary of it, however. I don't know anything about php...is that a problem with using it? I see that phplivesupport is also php...do I have to understand php to deploy and use it? I see that it can be modified, but do I need to? Rick -----Original Message----- From: Jordan Michaels [mailto:[EMAIL PROTECTED] Sent: Monday, February 21, 2005 5:45 PM To: CF-Talk Subject: Re: OT: Live Chat Service Here's another one: http://www.craftysyntax.com/ HTH! -Jordan dave wrote: >phplive (choke) is the best i have used > http://www.phplivesupport.com/ > >---------------------------------------- >From: "Eric Hoffman" >Sent: Monday, February 21, 2005 11:00 AM >To: CF-Talk >Subject: OT: Live Chat Service > >Blah monday to everyone... > >Do any of you have experience with a live chat service and can recommend one? Paid is fine, figuring free doesn't exist. I know of Live Person, but looking for others as well and experiences. Hopefully this question helps several folks out there. > >Thanks. > >Eric > > > -- Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195863 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

