Are you trying to cache the query?
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
confidential and may also be privileged. It
The technote is telling you to add the image to the page that contains
the file upload control in the browser, not the subsqeuent action page
that does the cffile action = upload.
On 3/17/07, Les Mizzell <[EMAIL PROTECTED]> wrote:
> Russ wrote:
> > Hmm... SSL 2 is supposed to be have problems with
On 3/19/07, Bryan Stevenson wrote:
> Hey All,
>
> I have a query that no matter how I try and use a variable (in
cfqueryparam or not), it returns no records UNTIL I hardcode the value of
the variable!! I might add it runs just fine in TOAD.
Oi!
Dang. Don't know what the deal is, but you cou
Hey All,
I have a query that no matter how I try and use a variable (in cfqueryparam or
not), it returns no records UNTIL I hardcode the value of the variable!! I
might add it runs just fine in TOAD.
Things I've tried:
-trimming it
-val() (it's an integer)
-int()
-#myVar#
- (also tried
cf
Not an answer, but the cflog4j(?) project on The List (Open Source CF)
looks to offer quite a bit of control over log file stuff...
http://code.google.com/p/cflog4j/
On 3/19/07, Caroline Wise wrote:
> All,
>
> I have recently added some cflog tags to an application, using these
> parameters:
On 3/19/07, Will T wrote:
> MySQL 5.
>
> I'm building a dynamic question survey form. Here's my db schema:
Honestly, I would probably do it in CF with loops, vs. a nifty
SQL query.
Also, a cheap and easy solution, is to use a graphic query
builder (like *shiver* MSAccess ;)... although, you shoul
On 3/16/07, Les M wrote:
> Russ wrote:
> > Hmm... SSL 2 is supposed to be have problems with it,
> > but wonder if you force SSL 2 for IE 6... Can maybe set
> > up different subdomains like ssl2.mydomain.com and ssl3.mydomain.com
> > and redirect the browser based on the browser version?
>
> Inter
Check out sunshinetechsolutions.com...tell him Eric sent you...I have benn
hosting with them since November and have almost 100% uptime
Eric
-Original Message-
From: Jerry Guido [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 2:39 PM
To: CF-Talk
Subject: ColdFusion Resellers - Ded
Check if it's being used by anyone else before removing it. If you
can't remove it, you can create a mapping for your webservice so that
the mapping path matches the request path.
e.g. if I want somesite.com/somefolder/myWS.cfc?wsdl I'd map the
physical folder to /somefolder/.
Getting rid of the
Megan,
If you want the page to be refreshed without a reload, then the easiest
way is to use some form of Ajax call. With that said, I would recommend
looking into any of the number of top-notch libraries out their that
will make this task easier. These include:
jQuery - my personal choice (ht
Problem solved.
The trouble was that mysql 4 don't suport subselects.
Using mysql 5 now and everything works fine.
Nothing wrong with CF. ;)
Doug Brown wrote:
> Would this line be your culprit? Maybe it has gotten combined due to the
> paste operation, but shouldn't it be (e.tag order by e.tag se
Hi forum--
My client has a pretty complicated product listing and I would like to set
their cart up so that the customer can click on a button and visually add an
item to a list displayed on the same page, without reloading the page. These
items will be put into a database, as well. It's really
Hello,
Here is what I am trying to accomplish. I cannot seem to remember or find a
way to do this:
Thanks!
Randy
~|
Create Web Applications With ColdFusion MX7 & Flex 2.
Build powerful, scalable RIAs. Free Trial
http://
For multi server instance, you simply install the new JRE to a directory
in the filesystem. Then, open jvm.config in your bin directory and
point the java.home variable to the new path. Then, restart your cf
server. MAKE SURE TO BACK UP JVM.CONFIG BEFORE MAKING THIS CHANGE just
in case somet
With all this talk about upgrading the java runtime, what is the process in
doing so. Is it just a simple matter of backing up the lib directory and
dropping the new libs in there?
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613 8676 4223
Mobile: 0404 998
Note: The mapping is a default setting by CF when installing.
Also you are not telling us how you're trying to connect to the webservice
either, or connecting to the function via a URL. There is a difference.
Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613
Has anyone created a CF wrapper on the Lyris List Manager SOAP API?
http://www.lyris.com/help/lm_api/9.1/
Aside from that, I'm looking to use their API, but I am having some difficulty
getting the SelectMembers method to work:
http://www.lyris.com/help/lm_api/9.1/selectmembers.html
http://pr3.
Ok, I wrote down in plain english what I need.
Show me a list of questions, all possible evaluation answers for each question,
and a total of each answer chosen.
Does this make sense?
Thanks,
Will
~|
ColdFusion MX7 by Adobe®
MySQL 5.
I'm building a dynamic question survey form. Here's my db schema:
http://wtomlinson.com/evalDBSchema.jpg
I need to pull data for a specific instructor. How do I get a count for each
answer?
I need to display each question like this:
http://wtomlinson.com/evaldisplay.jpg
I'm worki
Rob,
Looks like something hit our server Saturday or so, and caused it to become
very slow. Anyway, we are working on it and hopefully it'll be back up later
today or tomorrow. You can email me off-list if you want another link to the
demo which you can try.
Cedric
>The www.cornfeed.com seems
I've successfully tested to 1.4.2_12, and it seems to fix some memory
issues on some sites I was dealing with. It is not Adobe certified though.
Phillip Duba wrote:
> Nathan,
>
> ColdFusion is not supported on 1.5. I believe the highest you can go to
> is 1.4.2_11. HTH,
>
> Phil
>
> -Origina
Nathan,
ColdFusion is not supported on 1.5. I believe the highest you can go to
is 1.4.2_11. HTH,
Phil
-Original Message-
From: Nathan Chen [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 5:59 PM
To: CF-Talk
Subject: upgrade java in CF
Hi, All:
Does anyone know if it is ok t
Yes,
ColdFusion MX is not supported on Java 1.5
Mark
On 3/20/07, Nathan Chen <[EMAIL PROTECTED]> wrote:
>
> Hi, All:
>
>
>
> Does anyone know if it is ok to upgrade the current Java
>
> version(1.4.2_09) to the newest java 1.5.0_06? My network security guys
> found a vulnerability on my CF serve
When using the cflogin tag on MX 7 we have to use the following code,
otherwise, we throw a "String index out of range: -1" error. Anyone have
any insight on this ? The error does not appear if we disable netegrity
siteminder rules, which basically say prompt on any folder you hit.
Thanks,
C
Hi, All:
Does anyone know if it is ok to upgrade the current Java
version(1.4.2_09) to the newest java 1.5.0_06? My network security guys
found a vulnerability on my CF server and would like to upgrade to
1.5.0_06. Does anyone know the upgrade will affect anything?
Nathan Chen
~~
http://cheeso.members.winisp.net/IIRF.aspx
-Original Message-
From: james carberry [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 2:10 PM
To: CF-Talk
Subject: Re: Eliminating .cfm extensions in SES
>Yes, you would need to use url rewriting, either through apache with
>mod_rew
On 3/19/07, james carberry <[EMAIL PROTECTED]> wrote:
>
>
> What I want to achieve is the same result, but without having to "give
> away" that the page I am calling is CF by avoiding the telltale ".cfm" in
> the above example. So, it would be
> http://www.myweb.com/targetpage/variable1/parameter1
I've got Crystal Tech. Multiple domains under one account, I only pay
$16.95 a month, and that's for their mid range service which is very
nice indeed. Their customer support has been very responsive often
taking care of my needs same day when they say it may take 24 hours. I
switched to them f
Can you show us the code for the function definition And then also
the snippet that invokes the method.
..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
Need ColdFusion Help?
www.bennadel.com/ask-ben/
-Original Message-
From: Leitch, Ob
Viux has good plans and uses Plesk.
viux.com
Mik
At 04:38 PM 3/19/2007, you wrote:
>I am looking for a place to host my sites. I have about 10 or so sites
>that need to be placed in a reliable managed hosting environment. I have
>maintained a couple of dedicated servers over the years a
I'm using Gearhost. They allow multiple sites under one account (8 at the
level I have). They have a pretty decent control panel and they offer
CFM,ASP,PHP as well as SQL Server and MySQL.
-Original Message-
From: Jerry Guido [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 3:39 PM
All,
I have recently added some cflog tags to an application, using these
parameters:
text="some text and numbers" file="myLog" application="yes"
My problem is that it is not only logging to the specified file, but also to
the standard out log (coldfusion-out.log) and I'm afraid that is why that
I am looking for a place to host my sites. I have about 10 or so sites
that need to be placed in a reliable managed hosting environment. I have
maintained a couple of dedicated servers over the years and frankly I am
just sick of fending off hackers, fixing things when they break, and
server mainte
>Yes, you would need to use url rewriting, either through apache with
>mod_rewrite, one of the third party plugins for IIS, or a custom 404 handler
>for cf.
>
>Russ
>
>>
Can you recommend any of these 3rd Party IIS plug ins? Thanks! -j
You bet, use a real URL rewriting solution from your web server,
instead of using a CF-based solution with CGI.PATH_INFO. mod_rewrite
is the 800 LBS gorilla in the arena, and if you're not running Apache
HTTPD, there are similar tools available for other web servers.
Just keep in mind that SES ur
Yes, you would need to use url rewriting, either through apache with
mod_rewrite, one of the third party plugins for IIS, or a custom 404 handler
for cf.
Russ
> -Original Message-
> From: james carberry [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 19, 2007 4:00 PM
> To: CF-Talk
> Subj
Well, I guess, specifically, this is what I've got: in Application.cfc,
I'm defining a new function reSubstring(); in there, I'm cfincluding a
chunk that does the actual processing. When I try to run it, it fails
to execute (without throwing an error).
-Original Message-
From: Ben Nadel [
I am on a quest to figure out a more "seamless" approach to Search Engine Safe
(SES) URL's with ColdFusion. Several solutions I have seen achieve SES using a
URL like http://www.myweb.com/targetpage.cfm/variable1/parameter1
What I want to achieve is the same result, but without having to "give
-Original Message-
From: Ian Skinner [mailto:[EMAIL PROTECTED]
You could use the "extends" property of the CFC or you could modify the
base CFC, but those may not be what you are looking for.
Nope. I think I'd end up with a serial chain of CFCs, rather than a
library of functions.
For
Oblio,
Using CFInclude should actually provie proper THIS / VARIABLES scope to
which ever CFC does the including. THIS and VARIABLES binding is done at
run time and will actually be accurate if two CFC SHARE the same
function pointer. Do you actually get an error from using CFInclude or
were just
Because I'm trying to avoid "the whole mess" that comes of having too
many functions in one file.
-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 3:36 PM
To: CF-Talk
Subject: RE: "including" functions
Why not put them into a CFC? Then you can
Why not put them into a CFC? Then you can instantiate the whole mess?
-Original Message-
From: Leitch, Oblio [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 2:31 PM
To: CF-Talk
Subject: "including" functions
Is there a good way to create component libraries? I'm finding that I'm
I'd like to be able to create one file per function and "include" them
when the component is instantiated.
You could use the "extends" property of the CFC or you could modify the
base CFC, but those may not be what you are looking for.
For a more mix-and-match approach, I think you may want to lo
Is there a good way to create component libraries? I'm finding that I'm
creating components with *lots* of functions in them. I'd like to be
able to create one file per function and "include" them when the
component is instantiated. The is nice, but it's designed
for 'custom tags', not function
Well, not a "notes" field, per se. VarChar(4000)
Can't stop thinking in Access terms sometimes, though it's been years...
MM
At 02:51 PM 3/19/2007, you wrote:
>A notes field? In SQL Server?
>
>
>
>
>"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
>Richmond, Surrey, TW9 1
A notes field? In SQL Server?
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
confidential and may also be privileged. It is
Well, you should be using scope_identity for one, not @@identity. Will your
insert alway be a single row insert? I am sure you will no doubt have to
update the record after insert, though you may be able to do it in one go...
I will have to investigate.
"This e-mail is from Reed Exhibiti
Just wanted to share something that I just worked out how to do properly
(not everyone is a SQL guru by birth)
How often do you need to check if a record exists, and if not insert it?
This is so cool (but I might just be easily amused)
declare @userID int
SET @userID =
declare @itemnumber int
This happens if there is a trigger associated with the table.
For example, if you do an insert on TableA, and there is an insert trigger
that inserts a record on TableB, @@IDENTITY will give you the identity value
from TableB, not TableA.
And yes, you use scope_identity() the same way as @@identi
Ok, I found this:
http://www.sqlteam.com/item.asp?ItemID=319
I've been using code that originally ran on Access. Looks like it's time to do
some searching and replacing.
Thanks all,
Mik
>Incidentally, you should look at using scope_identity() instead of
>@@identity. @@identity does not al
>By the way, @@identity is not safe, you should use scope_identity()
>instead. In some cases, @@identity will return the wrong identity
>value.
Jacob,
When would this happen? I use it in the very next statement, like the very
next line. How would I use scope_identity()... same way? Just repla
You can reference it in your inserts by adding a select. There may be a better
way, and this may not be kosher but it works
insert into yada()
values blah;
select thisId = @@identity
~|
Upgrade to Adobe ColdFusion MX7
Experie
Mik Muller wrote:
> For years I've been using SELECT @@IDENTITY AS ID in my code to get the
> record ID for a newly inserted record. And now I'm wondering... would this,
> or something similar, work inside an insert statement?
>
> I'm working on some insert code right now and one of the fields is
Not that I know of, unless you use an external identity table for your
identities, as some folks like to do. Of course, you could do the
insert leaving the path blank, and then immediately do an update using
the newly created id.
By the way, @@identity is not safe, you should use scope_identity()
For years I've been using SELECT @@IDENTITY AS ID in my code to get the record
ID for a newly inserted record. And now I'm wondering... would this, or
something similar, work inside an insert statement?
I'm working on some insert code right now and one of the fields is a notes
field that I'm st
Yes, it still requires debugging to be turned on at the server level but that
shouldn't be a concern here. On your development server, enable debugging; on
your production server, disable debugging. This code isn't going to add or
subtract any overhead in either scenario.
Jake Pilgrim
>Doesn't
Hello Guys,
I've got beef with my eclipse FTP this afternoon, the one that comes bundled
with Aptana.
Basically as I'm running reactor it creates a set of data objects, such as
DAO, Gateway, TO and so forth on the server, which I now need to amend and
add in a couple of new functions, so I
You could use cfx-http5 for this (http://www.cftagstore.com/tags/cfxhttp5.cfm).
Options are:
1. The tag will not buffer file in memory.
2. You can do this asynchronously (not in CF thread), while executing another
code on the same (or different) page.
3. You can check the status of the process i
Note: You don't need to # the arguments.input.
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540. It contains information which is
confidential and may also be p
Doesn't this still require debug to be on at the server level and behind the
scenes means every request is still getting it, which can add overhead.
"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
R
Thanks Ben,
I'm looking around now to see if I can find anything, buy like yourself I
wasn't sure of the legal implications of taking someone else's without
permission, but I'll continue hunting around, I find it hard to believe
anyone really bothers to read write their own :-D
Thanks,
Rob
Here are some templates I have used in the past. Fill in the [blanks].
Web Site Terms and Conditions of Use
1. Terms
By accessing this web site, you are agreeing to be bound by these web site
Terms and Conditions of Use, all applicable laws and regulations, and agree
that you are responsible
To add a little overkill to this thread, I like to do something similar to the
following (please note this code is very trimmed down):
--- in application.cfc:
Then you can show debug output whenever you want by specifying
http://myURL.com?debug=true -- this is especially helpful when usin
If you can't find anything, you might want to just find one you like on
another site and swap out the names ;) I have no idea of the legal
ramifications of this... Does the copy right cover the copy right
itself???
..
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.be
Hello Guys,
I'm looking for a pretty standard 'terms and conditions' I can sit on my
site, after googling around a little it seems that most firms want you to
cough up money for a copy.
Does anyone have a fairly generic terms and conditions as well as a privacy
policy they wouldn't mind sha
Sure is, in cfadmin under debugging settings Debugging & Logging > Debugging
IP List , add the IP address for debug output.
Bob
-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 10:30 AM
To: CF-Talk
Subject: Debugging?
Is there a way to have
DOH!! DAMMIT!! How stupid of me!
Thanks Chad
-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 11:33 AM
To: CF-Talk
Subject: RE:_Debugging?
If you want it to be site wide stick it in your application.cfm
-Original Message-
From: Adkin
Thank you for your response Janet. You nailed the
issue. It works now. I
really appreciate this!
Thanks again!
-Original Message-
From: Janet MacKay [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 17, 2007 11:48 PM
To: CF-Talk
Subject: Re: Object Instantiation Error
There shouldn't b
If you want it to be site wide stick it in your application.cfm
-Original Message-
From: Adkins, Randy [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 11:30 AM
To: CF-Talk
Subject: Debugging?
Is there a way to have Debugging turned OFF for one site but on for
everything else?
Is there a way to have Debugging turned OFF for one site but on for
everything else?
I am building an internal application and would like the Debugging on
that site off.
Since developers are using the same server for other applications, the
debugging (CF Admin settings)
is turned on.
TIA!
I'm not sure how flexible it is, but I know in the past when working with
Excel sheets I always worked with the XML model as it allowed quite a nice
set of features. Without the funny hacks of changing HTML into excel files.
Rob
-Original Message-
From: Dana Kowalski [mailto:[EMAIL PROTEC
I'm not quite sure what problem this is referring too,
but I'd say that relying on client side only authentication for this kind of
thing is pretty ropey, id look to implement something server side that won't
break if the user has scripting disabled.
Rob
-Original Message-
From: Ashley
1) Which gateway are you using? Linkpoint, Authorize.net or Orbital?
2) I use JS script to disable the submit button to prevent multiple submissions
...
There are two options ...
1) place in the submit button:
onclick="this.disabled=true;"
or (my prefered)
If you use an html table instead and use TH, the TH will transfer over as
column headers in Excel.
~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 &
Flex 2
Free Trial
http://www.adobe.com/products/c
I would modify the code to eliminate evaludate
function sqlValueFormat(field) {
if (isNumeric(field)) {
field = trim(field);
} else {
field = "'" & trim(field) & "'";
}
return field;
They are not a CFCs, but CFXs and work great!
http://efflare.com/
ImageCR and ImageFlare are powerful tools and I have been using them for years
with millions of images with no problems.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007
You want to evaluate field to its value
>if (isNumeric(field)) {
>field = trim(evaluate(field));
>} else {
>field = "'" & trim(evaluate(field)) & "'";
>}
>return field;
Mik
At 09:21 A
Hello,
I would like to know if anyone knows of an coldfusion compatible cfc/tag that
converts tiff files to jpeg and can manipulate them on the fly. Be great if
you have actual experience with it. Currently, I'm using something called
ACDSee to convert them periodically, but it's a pain to hav
Oh... yes the development server has this mapping:
/ C:\CFusionMX7\wwwroot
The production server does not have this mapping.
Should I remove this mapping? One of the other developers must have made it
and I will need to find out why.
-Original Message-
From: James Holmes [mailto:[
Worth a look, from today's NetNote email:
Implement the State pattern with ColdFusion Components
The introduction of ColdFusion Components (CFCs) in ColdFusion MX
opened the door to more object-oriented programming (OOP) in CF. When
application developers start thinking about OOP, the idea of des
Check to see if either server has a root mapping (i.e. / is mapped to
something) and if there are any other differences between the mappings
on the boxes.
On 3/19/07, Chad Gray <[EMAIL PROTECTED]> wrote:
> It is set to remote. I just copied the cfc to our production server and it
> works fine.
It is set to remote. I just copied the cfc to our production server and it
works fine. I get good WSDL.
It has something to do with out development server. They are the same server
versions.
-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED]
Sent: Monday, March
Your CFC has to be set to remote.
-Original Message-
From: Chad Gray [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 9:07 AM
To: CF-Talk
Subject: cfc and wsdl
Hello,
I am playing with cfcs and what I am reading so far I should be able to hit
the cfc with ?wsdl on the end and get
Hello,
I am playing with cfcs and what I am reading so far I should be able to hit the
cfc with ?wsdl on the end and get WSDL.
Here is my test cfc right out of the help files:
I get the following:
AXIS error
Sorry, something seems to have gone wrong... here are the det
We do something like this because our development server has both an
area for the dev projects but also for client-betas (duplicate of the
code base with public facing access). We use the HASHing to make sure
the two applications don't start overwriting each other's cached values.
..
You could use cfexecute to launch a wget at the command line. I have did
this before. Make sure that you use the time out options in the wget
statement so you do not get caught with hung wget threads
cfexecute allows you to launch the command and return to the page.
The above method is not f
Peterson, Chris wrote:
> I inherited a web site that is having session management issues, and
> using a good amount of ram.
>
> In the application.cfm file, there is the following session code:
>
> name="#Hash(GetCurrentTemplatePath())#" setclientcookies="no">
>
> Now, can anyone tell me why yo
It looks like an attempt to keep folks from accessing individual pages,
without going through some kind of entrance page.
Hth
sas
-Original Message-
From: Peterson, Chris [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 9:26 AM
To: CF-Talk
Subject: Can anyone tell me why someone w
I think you're probably asking for trouble. I tried using Coldfusion to
download a 7meg SQL file once and it crashed out every time.
-Original Message-
From: Dov Katz [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 17, 2007 7:46 PM
To: CF-Talk
Subject: downloading large files via cfhttp
It's the application name, not the session name.
We do something like this on our dev server, so each developer can have
independent instances of the application without stepping on each others
application and session scopes, etc. and without having to remember to
manually rename the application f
Doesn't make much sense.
-Original Message-
From: Peterson, Chris [mailto:[EMAIL PROTECTED]
Sent: Monday, March 19, 2007 8:26 AM
To: CF-Talk
Subject: Can anyone tell me why someone would do this?
I inherited a web site that is having session management issues, and using a
good amount of
I inherited a web site that is having session management issues, and
using a good amount of ram.
In the application.cfm file, there is the following session code:
Now, can anyone tell me why you would want, on a web site that requires
users to login, to set the session name based on the templat
Hi All,
I have a data import project that I am trying to simplify, mainly
because of the number of tables and amount of data involved. I'm
importing a number of tables from a MySQL database to an MS SQL Server
database with an identical structure, except for datatypes being
changed where appropri
I am working with a local volunteer fire department that needs a daily
blotter (log) program for keeping a running log of activities and runs
into a MS SQL database. Anyone heard of anything already created in CF?
Thanks in Advance,
Kent
~~
The www.cornfeed.com seems to have been down for the past 3 or 4 days.
I'm also in the market for a ticket system and would be keen to take a look
around this, I did look into building a custom system a while back but it's
quite a hefty project for what will essentially be a low traffic section of
I second Jira, we use it too and with the Jira eclipse plugin or with myra
it rocks in eclipse.
On 3/17/07, Richard Kroll <[EMAIL PROTECTED]> wrote:
>
> I highly recommend Jira (www.atlassian.com) Its Java based and once you
> purchase the application, you have access to the source. It is
> co
Would this line be your culprit? Maybe it has gotten combined due to the
paste operation, but shouldn't it be (e.tag order by e.tag separator ', ')
( e.tagorder by e.tag separator ', ')
-Original Message-
From: Adrien Akkhazza R. Cardoso [mailto:[EMAIL PROTECTED]
Sent: Monday, March
I'll second this as one worth looking at. I used CFTicket in a previous job,
and liked it a great deal. I had to do some fairly extensive modifications
(primarily adding Oracle support, and also some other business-specific
features).
I found the code to be well organized and easy to work with, wh
Hello Guys,
A quick 'best practice' type question when it comes to dealing with record
objects/beans within the model-glue MVC pattern.
At the moment I'm working on a template that displays a news article, so in
my event I have a broadcast that says 'NeedArticle', this then gets dealt
with
I'm having this problem.
The query works fine directly on the database, but when used on coldfusion
it gives this error.
If I copy the string from the sql field here, and executes on mysql , it
works fine again.
Don't get what can be wrong. Maybe CF is doing something stupid when talking
to the
1 - 100 of 101 matches
Mail list logo