Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 116093 - 116122 of 154347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
116093
Yes that works if there is only these three entries in the database however there are more than three here is a full sample of data Check_Num, Issued_To,...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
8:35 am
116094
... Yeah, because only you know your sites security policy. I certainly don't want Joe Blogs able to upload files on a default CF8 install. ... We're you on...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
8:54 am
116095
it should make no difference how many records you have in your table. Dale's code will return the results you want. Azadi ... ...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
8:56 am
116096
... wget -m -- Tom Chiverton Helping to enormously harness synergistic clusters on: http://thefalken.livejournal.com ...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
9:16 am
116097
Thanks for all the posting. I will try this wget -m I had tried "httrack".. but it did not work perfectly. (don't know why...) But.. all these program... can...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
10:07 am
116098
Thanks for all your help i now understand how to tackle this thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
1:20 pm
116099
... You could run wget on your server. Of course, to get the files that wget retrieves, you'd presumably still have to copy them to your workstation, wouldn't...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
1:23 pm
116100
I get occasional SQL deadlocks on an application. [Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 65) was deadlocked on lock |...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
2:06 pm
116101
I don't believe so. You should check your lock type(s) you are using. By default sql server uses row locking but you may be in a situation where page or table...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
2:30 pm
116102
Hi, Having just moved one of our sites from CF7 to CF8 I've noticed that the connection pooling (Maintain Connections) setting is not working (I've unticked...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
2:34 pm
116103
What is the best way to handle taking in an excel sheet from a person. Then importing it into a database? I have a client that their data starts on excel and...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
2:50 pm
116104
If you have a copy of the website running locally you could point one of these programs to your localhost and it will run just the same as if it was looking on...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
2:50 pm
116105
You could try this: http://www.bennadel.com/projects/poi-utility.htm -- Andrew ... From: Chad Gray [mailto:cgray@...] Sent: Monday, October 01, 2007...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
3:03 pm
116106
Chad, Excel is a binary type format so reading it with CFFILE isn't going to get your very far. You have 2 choice. The first one being have the client convert...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
3:03 pm
116107
... Oh... Thanks... how stupid I am... never thought about that. will try.. Thanks for all your suggestion. ...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
3:03 pm
116108
... How do you know it's not working ? Poor performance could be a vast number of things. ... Some databases (maybe FireBird) do actively drop idling...
archive@...
mdinowit
Offline Send Email
Oct 1, 2007
11:51 pm
116109
Okay, so I upgraded my server from CF7 to Cf8 this weekend. In an effort to avoid problems, I manually shut down the web server and all instances of...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:00 am
116110
It is my understanding that the 1.1 ExtJS components are built-in to CF8 (in use for the CFFORM stuff). Is that what you were asking? ... ...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:01 am
116111
You could use the Excel ODBC driver, or import directly into Access and then work some magic. I'm assuming you're working in Windows since we're talking aobut...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:01 am
116112
... Hi Tom, Did you try using the file/image upload feature? It wasn't like it was a flag which was disabled. The CFM file was "compiled" and SAVED as...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:05 am
116113
We have a vendor that is providing text messaging for our campus. They provide both SOAP and REST web services. I'm trying to connect to the REST service to...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:07 am
116114
Hi, I hope someone out there can be of help. I've been provided a .dll with a number of procedures written in VB5. The function I'm trying to access requires...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:10 am
116115
Ok... So Normally I would just not map the whole cfide/ directory and then create a mapping to the scripts folder. This was great pre-cf8. now I'm stuck with a...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:10 am
116116
Chad, You should always var your query name and use a query name to make it a local variable and avoid race conditions. With that said, that is not the cause...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:11 am
116117
Hey guys, Well, I'm presented with a problem here. My client needs me to create a form, where the user will input the information, and then that information...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:14 am
116118
Ah... now that is what im talking about! Thanks for the link Andrew, and Ben for the CFC! ... From: Andrew Clark [mailto:andrew.clark@...] Sent:...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:21 am
116119
Why not use a pdf is there a specific reason for word? If it is for formatting I had the same problem and used extra document info fields to do this. Travis...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:21 am
116120
Thanks for all the help so far I know I'm almost there I figured out that all the items in the select need to be in the group by clause, however what is...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:24 am
116121
We have been running CF 8 in our dev environment without any problems. After upgrading to CF 8 on one of our production boxes, we are having lots of problems. ...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:24 am
116122
Hi Rick, Did you check with the Port numbers that verity is running and what is configured in CF8 Admin ?? CF8 has default Verity port changed and is not same...
archive@...
mdinowit
Offline Send Email
Oct 2, 2007
12:33 am
Messages 116093 - 116122 of 154347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help