Re: MySQL?

2001-10-27 Thread BT
I would check out MyODBC at http://www.mysql.com/downloads/api-myodbc.html - Original Message - From: Rich Tretola [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, October 26, 2001 3:09 PM Subject: MySQL? How can I connect to a MySQL datasource through the CF 5 admin

Custom tag validation error in CF Studio 5

2001-10-27 Thread Tom Jacobs
When I insert a custom tag in CF Studio 5, I'm getting this error: The tag name CF_TagName not found in currently active versions. However, the tag is, in fact, being found by CF 5; the browser generates no errors and the code executes just fine. This problem apparently started happening when I

RE: MySQL?

2001-10-27 Thread Lon Lentz
Have you installed MyODBC? -Original Message- From: Rich Tretola [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 3:10 PM To: CF-Talk Subject: MySQL? How can I connect to a MySQL datasource through the CF 5 admin (Windows 2000)? Rich

Can this be done??

2001-10-27 Thread Yager, Brian T Contractor/NCCIM
I want to be able to run a file on one server that goes out to a page on another server, run a query, grab the information, and put it into a DB on the first server. Has anyone done this before?? Brian Yager President - North AL Cold Fusion Users Group Sr. Systems Analyst NCCIM/CIC [EMAIL

Re: How to interact between CF Macromedia Generator

2001-10-27 Thread one
Does anyone have any experience in working with CF Generator or even the open source jGenerator? Am curious how one goes about interacting dynamically between the two. I know CF can be used to send variables to Generator, but don't have the foggies idea how that set up in Generator.

RE: Running Requests?

2001-10-27 Thread Kevin Gilchrist
Correct, it won't tell you what CF is currently chewing on. It would be brief, you would see the reads as it pages the file into memory and then nothing after that. You can set the file filter to *.cfm and see which cfm files are accessed. Also, you wouldn't see many file accesses if trusted

RE: Running Requests?

2001-10-27 Thread Kevin Gilchrist
Correct, it won't tell you what CF is currently chewing on. It would be brief, you would see the reads as it pages the file into memory and then nothing after that. You can set the file filter to *.cfm and see which cfm files are accessed. Also, you wouldn't see many file accesses if trusted

RE: Can this be done??

2001-10-27 Thread Joseph DeVore
Yes, I have done it a couple of ways but the fastest route I have found so far is WDDX. Check out the CFWDDX tag. Joseph DeVore VeloxWeb Technologies -Original Message- From: Yager, Brian T Contractor/NCCIM [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 12:46 PM To:

RE: Why can't I buy JUST CFStudio 5?

2001-10-27 Thread Joshua Miller
Wow ... I looked all over that site and couldn't find anything. THANKS Joshua Miller Web Development::Programming Eagle Technologies Group, Inc. www.eagletgi.com [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001

RE: Can this be done??

2001-10-27 Thread Raymond Camden
Sure, just use syndication. Have the machine on server 1 run foo.cfm. Foo.cfm uses CFHTTP to hit server 2. The file on server 2 does a query, uses WDDX to serialize it, and returns the packet to foo on box 1. Foo can then deserialize it and enter it into the DB. This is, of course, a high level

RE: MySQL?

2001-10-27 Thread Won Lee
First you need to DL the MyODBC drivers. and then create a system DSN. Wait a second, are you running CF server for windows or linux? -Original Message- From: Rich Tretola [mailto:[EMAIL PROTECTED]] Sent: Friday, October 26, 2001 3:10 PM To: CF-Talk Subject: MySQL? How can I connect

Re: MySQL?

2001-10-27 Thread Matt Robertson
In CF 4.5, all you have to do is use the Win2k ODBC Data Source Administrator, rather than the CF admin interface. First you have to have mySQL and myODBC properly installed (visit http://mysql.com for the win versions). Then install them. From there: Settings / Control Panel / Administrative

Re: Why can't I buy JUST CFStudio 5?

2001-10-27 Thread Matt Robertson
I have a subscription and I haven't heard anything about a subscription upgrade. Am I the only one? Did I miss something? - Matt Robertson [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com - -

RE: User Login

2001-10-27 Thread Bryan Love
Get in tight with a veteran CF developer and hit him/her up for a basic security framework. Anyone with experience could probably whip one up in an hour or so. Security models come in many shapes and sizes so have a good grasp of what it will need to do before asking someone for help. Here's a

RE: Escaping Quotes

2001-10-27 Thread Bryan Love
try the HTMLEditFormat() function Bryan Love Macromedia Certified Professional Internet Application Developer / Database Analyst Telecommunication Systems Inc. [EMAIL PROTECTED] What father would hesitate to say 'if there must be trouble let it be in my day, that my child may have peace'?

re: mySQL?

2001-10-27 Thread Matt Robertson
In CF 4.5, all you have to do is use the Win2k ODBC Data Source Administrator, rather than the CF admin interface. First you have to have mySQL and myODBC properly installed. Then Settings / Control Panel / Administrative Tools / Data Sources (ODBC) Select System DSN and click Add. Select

Studio subscription upgr to CFS 5?

2001-10-27 Thread Matt Robertson
I have a subscription to Studio and am using 4.5.2. Does anyone know if Macromedia is honoring subscription updates? I haven't heard a thing, but maybe I just missed the notification? I don't see anything about this on the ALLR/MACR sites. --- Matt

RE: Escaping Quotes

2001-10-27 Thread Kwang Suh
Use the function HTMLEditFormat. This function will automatically replace all the dangerous characters for you. -Original Message- From: Ray Bujarski [mailto:[EMAIL PROTECTED]] Sent: October 26, 2001 1:25 PM To: CF-Talk Subject: Escaping Quotes I am outputting a string into a form

Re: convert .tif to .pdf

2001-10-27 Thread Stephen M Aylor
you may need www.pdflib.com Steve - Original Message - From: Chris Giminez [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, October 26, 2001 11:35 AM Subject: convert .tif to .pdf Can anyone recommend a custom tag that can open a .tif file (that's the primary need, but

CF Sessions and NT Authentication

2001-10-27 Thread Michael T. Tangorre
Hey everyone. I am outlining a project I am doing in Cold Fusion for my school in which each student has an account on the NT domain, and I need to use NT authentication to allow access to the app, but at the same time, I need to set some session vars. Is it possible to authenticate using

Cold Fusion Sever 4.5 and Windows XP Professional

2001-10-27 Thread Double Down, Inc.
Does anyone know of any problems with running Cold Fusion Server 4.5 and Windows XP Professional? Sincerely, HB ~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community.

Re: Studio subscription upgr to CFS 5?

2001-10-27 Thread David Schmidt
Hi, At 03:31 PM 10/26/2001 -0700, Matt Robertson wrote: I have a subscription to Studio and am using 4.5.2. Does anyone know if Macromedia is honoring subscription updates? I haven't heard a thing, but maybe I just missed the notification? I don't see anything about this on the ALLR/MACR

grab text from an email, insert to a record????

2001-10-27 Thread Jeff Fongemie
Hello cf-talk, Is there a way to capture text (all text is fine) from an email and have it go into a record in the database? So, essentially someone can send an email, and it will automaticly get inserted into a record. Example: Ski areas will send conditions reports daily by email. I

RE: Running Requests?

2001-10-27 Thread Dave Watts
If your server is NT/W2K you could try the filemon tool at: http://www.sysinternals.com/ntw2k/source/filemon.shtml Wouldn't the file only be accessed briefly and not show during the length of the request? The file isn't open while it's being processed, right? No, you're right, that

CF connect to MS Word

2001-10-27 Thread Paige Chandler
Hello All, How to connect form CF to MS Word. My CF app lists files from a particular directory (CFDirectory). They are now links. I want the user to be able to click on a file name (link) a bring it up in MS Word. Is this doable? Would it require JS? TIA. Regards, Paige

RE: grab text from an email, insert to a record????

2001-10-27 Thread Pete Freitag
CFPOP will do the trick. You give it a pop3 server, username, and password to connect to and it will return a query of all the messages. ++ Pete Freitag ([EMAIL PROTECTED]) CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original