Re: CFEclipse and Snippets question

2006-01-21 Thread Mark Drew
Great stuff.. let me know how that works and I shall check it out.
There are a lot of HS+ snippets at my work that I want to get
converted.

MD

On 20/01/06, Larry Lyons [EMAIL PROTECTED] wrote:
 Thanks Mark,

 I'll give it a shot. As for importing Homesite Snippets, there might be a 
 work around. Massimo Foti had developed a dreamweaver extention for importing 
 HS and CFStudio snippets into dreamweaver. So I guess you could import your 
 HS snippets then use the steps you mentioneds.

 regards,
 larry

 This is in fact possible.
 
 you have to do the following:
 1) copy your snippets from dreamweaver (dreamweaver
 root\Configuration\Snippets)
 2) go to your workspace (the one you open with eclipse) mine is:
 D:\Applications\eclipse_3.1.1\workspace\.metadata\.plugins\com.rohanclan.cfml\snippets
 3) dreamweaver snippets are stored as .csn files, rename them as .xml files
 4) refresh your snippets in cfeclipse.
 
 
 This isnt possible with Homesite ones as I am pretty sure they are in
 a different format
 
 hope that helps
 
 Regards
 
 Mark Drew
 
 On 20/01/06, Larry Lyons [EMAIL PROTECTED] wrote:
 

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230165
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: BlueDragon License Change

2006-01-21 Thread Matt Robertson
Really I can't fault New Atlanta for wanting to make money from results 
of their hard work, but pretending this is a clarification of the 
original intent when they originally sung free for production use to 
the heavens; as often as they could at the time -- as I'm sure most 
people do remember -- strikes me as a mistake.  Not the sort of move you 
expect from a healthy company.

--
--mattRobertson--
Janitor, MSB Web Systems
http://mysecretbase.com


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230166
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Monitoring JRun Memory Usage

2006-01-21 Thread Nick de Voil
Russ

 U might want to have a look at fusion reactor.


Have you used this  does it do what it says? It looks fantastic.

Nick



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230167
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


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
yes, i am aware of the tag, thank you :)

I am not going to have that tag available 

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 21:35
To: CF-Talk
Subject: Re: scheduling without a scheduler


CFSCHEDULE...read the docs and then say DOH! now that's the tag I'm after
;-)

Be forewarned that some ISPs do not allow you to setup sched. tasksso be
sure to check before making the leap

Hope that helps

Happy Friday

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230168
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
duh .. i hadn't thought of using the application.cfm .. that could work ..

Thanks Russ

-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 21:45
To: CF-Talk
Subject: Re: scheduling without a scheduler


So are you saying your planned host has cfschedule disabled so that you
cannot setup scheduled tasks.
In which case your stuffed.
The only thing you can do is have some code within you site that executes
everytime someone visits (in the application.cfm), which will run it's own
timer and run your scheduled task that way.
I.E.
store tha last time it ran in an application or server variable, and use
Datediff() to see if the desired time has passed, is so, run it again.

Russ

-Original Message-
From: Jennifer Gavin-Wear [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Date: Fri, 20 Jan 2006 21:27:30 -
Subject: scheduling without a scheduler

 Probably a daft question, but here goes.

 I want to get a site off my own server where I do have access to Cf
 Admin
 and onto a cheapo shared server where I won't have Cf-admin, or
 scheduler
 for that matter.

 I've got a bunch of maintenance tasks I'm currently running on the
 scheduler.  Does anyone have any ideas for a work around?

 Thanks, Jenny

 p.s. if you dont see this message let me know ;)








~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230169
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


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
Yep, that's what she means :-)

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 20:45
To: CF-Talk
Subject: Re: scheduling without a scheduler


I assume she means that she's using CFSCHEDULE on her own box but the cheapo
hosting will not give her access to it.



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230170
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


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
thanks Ray, will check on that

-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED]
Sent: 20 January 2006 21:55
To: CF-Talk
Subject: Re: scheduling without a scheduler


yea, but even some cheapo ones let you do it from some homegrown app
that they have written.

Michael Dinowitz wrote:
 I assume she means that she's using CFSCHEDULE on her own box but the
cheapo hosting will not give her access to it.





~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230171
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


Re: scheduling without a scheduler

2006-01-21 Thread Will Tomlinson
Yep, that's what she means :-)

I'm readin' thru this thread, and it's like 10% of the folks that read your 
post actually READ it. 

:)

Will

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230172
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: scheduling without a scheduler

2006-01-21 Thread Jennifer Gavin-Wear
lol, well I'm a woman, what would I know about technology ;)

:-)

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED]
Sent: 21 January 2006 11:53
To: CF-Talk
Subject: Re: scheduling without a scheduler


Yep, that's what she means :-)

I'm readin' thru this thread, and it's like 10% of the folks that read your
post actually READ it.

:)

Will



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230173
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


Re: BlueDragon License Change

2006-01-21 Thread charles arehart
Guys, all those links that have been pointed to are from the 6.1 release of BD. 
As has been noted by others, the license agreements has simply changed (like 
someone said, any company can and does do at times). The change was as of the 
6.2 release. As someone else said, if you still have a 6.1 release of the 
product you can certainly still use it for commercial use. It's just that going 
forward the new license agreement stands.

Like you said, Matt, you can't fault us for wanting to make money from the 
results of the hard work. That's really all this is about. Not anything about 
being an unhealthy company. Indeed, we've gone from strength to strength and 
each quarter's sales have exceeded the previous. This isn't a move of 
desparation, nor was it made without consideration about the very issues of 
concern some have raised. Things change. 

The free Server edition is still free, just not for commercial use. It's been 
discussed on our interest list, so it's not like we're hiding it. Should we 
have put out a press release? Written an article in the CFDJ, or perhaps a 
retraction of the previous ones? We've changed the web site, which is really 
all we really should be expected to have to do. Sure, some will want more, but 
put yourself in our shoes. 

As a for-profit company, our focus is more on solving the problems of folks who 
have a need for a need for our commercial products. We still offer the free 
version to satisfy the needs of a subset of the rest of the community. And the 
get all the benefits of the commercial edition (not a single tag is held back.) 
Can you give us credit for that sort of contribution?

And to clarify, as some miss this, *all* the editions (including Server JX, and 
the enterprise-class J2EE and .NET editions) are free forever for single IP 
development use (after a 30 day trial that's not IP restricted, just like CF).

/charlie *arehart* (someone spelled it Arendt)

Really I can't fault New Atlanta for wanting to make money from results 
of their hard work, but pretending this is a clarification of the 
original intent when they originally sung free for production use to 
the heavens; as often as they could at the time -- as I'm sure most 
people do remember -- strikes me as a mistake.  Not the sort of move you 
expect from a healthy company.

--
--mattRobertson--
Janitor, MSB Web Systems
http://mysecretbase.com

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230174
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Announce: Harlan Ad Server Released

2006-01-21 Thread Raymond Camden
Six months ago, Harlan Ad Server was released on DRk12. Harlan is a
bit like Google AdSense. You create clients, ads, and campaigns, and
can then use a piece of JavaScript to embed the ads on a web site.
Harlan then lets you report on impressions and clickthroughs on the
ads and campaigns.

Today I've released Harlan to the world:
http://ray.camdenfamily.com/projects/harlan

To be honest, Harlan generated the _least_ amount of interest among my
DRK releases. But now that it is free I hope that it may be of use to
people. I still just use AdSense on my own sites because I don't want
to bother trying to find advertisers (although if anyone is interested
they can just email me directly), but if an automatic system like
AdSense is not appropriate for you, Harlan may be of use.

As always, you can email me with questions/suggestions/problems, etc.
Note - Harlan requires CFMX7. The project page doesn't say this right
now - but I will be updating it in the next few minutes.

Enjoy.

--
===
Raymond Camden, Director of Development for Mindseye, Inc (www.mindseye.com)

Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia)

Email: [EMAIL PROTECTED]
Blog : ray.camdenfamily.com
Yahoo IM : cfjedimaster

My ally is the Force, and a powerful ally it is. - Yoda

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230175
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: BlueDragon License Change

2006-01-21 Thread David McCan
Hi Charlie,

Thank you for being straight and for mentioning that people could continue to 
use the earlier version according to its license.  As I mentioned, I called the 
New Atlanta sales person who indicated that the change was a clarification of 
what had always been the intent, which made me feel bad about even using the 
previous version. 

Before calling New Atlanta I tried searching in the mailing list archive but I 
guess that 'license' and 'change' are too common to easily find the discussion 
of the change (that is why I called).  Of course you don't have to have a press 
release, but when people call for clarification some good communication goes a 
long way.  I am willing to chalk it up to mis-communication and know that the 
next guy who calls won't have the same communication problem I did.  

David

P.S.  Sorry for misspelling your name.  

 Guys, all those links that have been pointed to are from the 6.1 
 release of BD. As has been noted by others, the license agreements has 
 simply changed (like someone said, any company can and does do at 
 times). The change was as of the 6.2 release. As someone else said, if 
 you still have a 6.1 release of the product you can certainly still 
 use it for commercial use. It's just that going forward the new 
 license agreement stands.
 
 Like you said, Matt, you can't fault us for wanting to make money 
 from the results of the hard work. That's really all this is about. 
 Not anything about being an unhealthy company. Indeed, we've gone 
 from strength to strength and each quarter's sales have exceeded the 
 previous. This isn't a move of desparation, nor was it made without 
 consideration about the very issues of concern some have raised. 
 Things change. 
 
 The free Server edition is still free, just not for commercial use. 
 It's been discussed on our interest list, so it's not like we're 
 hiding it. Should we have put out a press release? Written an article 
 in the CFDJ, or perhaps a retraction of the previous ones? We've 
 changed the web site, which is really all we really should be expected 
 to have to do. Sure, some will want more, but put yourself in our 
 shoes. 
 
 As a for-profit company, our focus is more on solving the problems of 
 folks who have a need for a need for our commercial products. We still 
 offer the free version to satisfy the needs of a subset of the rest of 
 the community. And the get all the benefits of the commercial edition 
 (not a single tag is held back.) Can you give us credit for that sort 
 of contribution?
 
 And to clarify, as some miss this, *all* the editions (including 
 Server JX, and the enterprise-class J2EE and .NET editions) are free 
 forever for single IP development use (after a 30 day trial that's not 
 IP restricted, just like CF).
 
 /charlie *arehart* (someone spelled it Arendt)
 
 Really I can't fault New Atlanta for wanting to make money from 
 results 
 of their hard work, but pretending this is a clarification of the 
 original intent when they originally sung free for production use 
 to 
 the heavens; as often as they could at the time -- as I'm sure most 
 people do remember -- strikes me as a mistake.  Not the sort of move 
 you 
 expect from a healthy company.
 
 --
 --mattRobertson--
 Janitor, MSB Web Systems
 http://mysecretbase.
com

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230176
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CSS Newsgroup? (OT)

2006-01-21 Thread Michael Clayton
 This function should work correctly:
 http://www.cflib.org/udf.cfm?ID=339


That is the function I've been using.  Perhaps I've been staring at code too
long.  My rods and cones could be revolting.

Thanks for the guidance, guys.  I'll stick with hex.

--
Michael Clayton
www.twilighted.com


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230177
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


Re: BlueDragon License Change

2006-01-21 Thread Matt Robertson
Great post Charlie,  Looking forward to seeing what you guys have in 
store for the CF community.  BD only makes this a stronger platform.

--
--mattRobertson--
Janitor, MSB Web Systems
http://mysecretbase.com


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230178
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


Re: Update, Delete, Insert recordcount?

2006-01-21 Thread Johnny Le
Hmm, in CFMX 7, the result attribute of cfquery gives the number of records 
returned.  So it is only useful for SELECT statement.  It should definitely 
give the number of records affected insteads so it would be useful for all four 
insert, select, update and delete statements.  I hope they will change it in 
the next version.

Johnny

Hey guys,

Is there any way that you make coldfusion give you how many rows were
affected from Update Delete and insert statements?  Even if its not in
the recordcount variable (which I have to assume would not be
possible)?

--
Ryan Guill
BlueEyesDevelopment
[EMAIL PROTECTED]
www.ryanguill.com
(270) 217.2399
got google talk?  Chat me at [EMAIL PROTECTED]

The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com

Use CF and SQL? Try qBrowser - http://www.ryanguill.com/docs/

www.ryanguill.com/
The Roman Empire: www.ryanguill.com/blog/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230179
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Update, Delete, Insert recordcount?

2006-01-21 Thread Will Tomlinson
SQL can do it in a coupld of databases I think in sql server its @@rowcount?

Bobby,

Could you offer an example for dave? He mostly uses Access. 

Will

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230180
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Update, Delete, Insert recordcount?

2006-01-21 Thread Adrian Lynch
My name's not Bobby, but here goes:

cfquery name=yourQuery datesource=yourDS
UPDATE yourTable
SET YourColumn = 'Something'

SELECT @@ROWCOUNT 'RowsUpdated'
/cfquery

cfoutput
#yourQuery.RowsUpdated#
/cfoutput

Untested, and for SQL Server, but might be ok for Access.

Adrian

-Original Message-
From: Will Tomlinson [mailto:[EMAIL PROTECTED]
Sent: 21 January 2006 18:26
To: CF-Talk
Subject: Re: Update, Delete, Insert recordcount?


SQL can do it in a coupld of databases I think in sql server its
@@rowcount?

Bobby,

Could you offer an example for dave? He mostly uses Access.

Will


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230181
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Announce: Harlan Ad Server Released

2006-01-21 Thread Kay Smoljak
Hi Ray,

I'm going to be needing an ad application for one of my clients very
shortly... good timing!

 Note - Harlan requires CFMX7. The project page doesn't say this right
 now - but I will be updating it in the next few minutes.

I'm going to be stuck on a CFMX 6.1 server for a while yet - is Harlan
like Lighthouse, where a few mods enable it to run on CFMX 6.1, or
does it use a lot of CF7 features throughout?

I'm downloading now anyway - thanks a lot for your continued support
of the community. We're not worthy!

K.

--
Kay Smoljak
http://kay.zombiecoder.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230182
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


Re: Announce: Harlan Ad Server Released

2006-01-21 Thread Raymond Camden
It is CFMX7. To be honest, it has been a while since I looked at the
code. It does use Flash Forms, but I think you could downgrade it
pretty quickly. I'd suggest you take a look at my datatable custom tag
in LHP. Thats what I replaced the flash forms with.

On 1/21/06, Kay Smoljak [EMAIL PROTECTED] wrote:
 Hi Ray,

 I'm going to be needing an ad application for one of my clients very
 shortly... good timing!

  Note - Harlan requires CFMX7. The project page doesn't say this right
  now - but I will be updating it in the next few minutes.

 I'm going to be stuck on a CFMX 6.1 server for a while yet - is Harlan
 like Lighthouse, where a few mods enable it to run on CFMX 6.1, or
 does it use a lot of CF7 features throughout?

 I'm downloading now anyway - thanks a lot for your continued support
 of the community. We're not worthy!

 K.

 --
 Kay Smoljak
 http://kay.zombiecoder.com/

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230183
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Announce: Harlan Ad Server Released

2006-01-21 Thread Kay Smoljak
On 1/22/06, Raymond Camden [EMAIL PROTECTED] wrote:
 It is CFMX7. To be honest, it has been a while since I looked at the
 code. It does use Flash Forms, but I think you could downgrade it
 pretty quickly. I'd suggest you take a look at my datatable custom tag
 in LHP. Thats what I replaced the flash forms with.

Awesome. Thanks Ray, I'll try it out.

--
Kay Smoljak
http://kay.zombiecoder.com/

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230184
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


Re: Update, Delete, Insert recordcount?

2006-01-21 Thread Jim Wright
Also always a good idea to use SET NOCOUNT around multiple SQL
statements to suppress informational messages...
cfquery name=yourQuery datesource=yourDS
SET NOCOUNT ON

UPDATE yourTable
SET YourColumn = 'Something'

SELECT @@ROWCOUNT  AS RowsUpdated

SET NOCOUNT OFF
/cfquery


On 1/21/06, Adrian Lynch [EMAIL PROTECTED] wrote:
 My name's not Bobby, but here goes:

 cfquery name=yourQuery datesource=yourDS
 UPDATE yourTable
 SET YourColumn = 'Something'

 SELECT @@ROWCOUNT 'RowsUpdated'
 /cfquery

 cfoutput
 #yourQuery.RowsUpdated#
 /cfoutput

 Untested, and for SQL Server, but might be ok for Access.

 Adrian

 -Original Message-
 From: Will Tomlinson [mailto:[EMAIL PROTECTED]
 Sent: 21 January 2006 18:26
 To: CF-Talk
 Subject: Re: Update, Delete, Insert recordcount?


 SQL can do it in a coupld of databases I think in sql server its
 @@rowcount?

 Bobby,

 Could you offer an example for dave? He mostly uses Access.

 Will


 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230185
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


Re: BlueDragon License Change

2006-01-21 Thread Tony
so the free version will stay at its current development point
and stop?  and newer updated versions are going to cost money?
or will the free version be privvy to the upgrades that you make in
the sever codebase?

tony



On 1/21/06, charles arehart [EMAIL PROTECTED] wrote:
 Guys, all those links that have been pointed to are from the 6.1 release of 
 BD. As has been noted by others, the license agreements has simply changed 
 (like someone said, any company can and does do at times). The change was as 
 of the 6.2 release. As someone else said, if you still have a 6.1 release of 
 the product you can certainly still use it for commercial use. It's just that 
 going forward the new license agreement stands.

 Like you said, Matt, you can't fault us for wanting to make money from the 
 results of the hard work. That's really all this is about. Not anything 
 about being an unhealthy company. Indeed, we've gone from strength to 
 strength and each quarter's sales have exceeded the previous. This isn't a 
 move of desparation, nor was it made without consideration about the very 
 issues of concern some have raised. Things change.

 The free Server edition is still free, just not for commercial use. It's been 
 discussed on our interest list, so it's not like we're hiding it. Should we 
 have put out a press release? Written an article in the CFDJ, or perhaps a 
 retraction of the previous ones? We've changed the web site, which is really 
 all we really should be expected to have to do. Sure, some will want more, 
 but put yourself in our shoes.

 As a for-profit company, our focus is more on solving the problems of folks 
 who have a need for a need for our commercial products. We still offer the 
 free version to satisfy the needs of a subset of the rest of the community. 
 And the get all the benefits of the commercial edition (not a single tag is 
 held back.) Can you give us credit for that sort of contribution?

 And to clarify, as some miss this, *all* the editions (including Server JX, 
 and the enterprise-class J2EE and .NET editions) are free forever for single 
 IP development use (after a 30 day trial that's not IP restricted, just like 
 CF).

 /charlie *arehart* (someone spelled it Arendt)

 Really I can't fault New Atlanta for wanting to make money from results
 of their hard work, but pretending this is a clarification of the
 original intent when they originally sung free for production use to
 the heavens; as often as they could at the time -- as I'm sure most
 people do remember -- strikes me as a mistake.  Not the sort of move you
 expect from a healthy company.
 
 --
 --mattRobertson--
 Janitor, MSB Web Systems
 http://mysecretbase.com

 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230186
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: BlueDragon License Change

2006-01-21 Thread charles arehart
No, Tony. I wasn't saying that the free version wasn't getting updates. I was 
only saying that one who wanted to use it for commercial use could continue to 
use the 6.1 edition (without updates, of course).

On the other hand, yes, the free version has always been updated just like the 
other editions.

/charlie

so the free version will stay at its current development point
and stop?  and newer updated versions are going to cost money?
or will the free version be privvy to the upgrades that you make in
the sever codebase?

tony



On 1/21/06, charles arehart [EMAIL PROTECTED] wrote:


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230187
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=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: A Question For Recruitment Agents

2006-01-21 Thread Maureen
The current contract I am on they are marking me up 120% to the client
on a 1099 contract.  I've never seen one markup 300% but it wouldn't
surprise me, especially if the agency is withholding taxes or
providing any kind of beenies.

On 1/19/06, Adrian Lynch [EMAIL PROTECTED] wrote:
 Out of interest, does anyone know what percentage the agency takes from/adds
 to the rate?

 I know of one guy who wanted to charge the end client nearly 300% of the
 rate. That can't be normal can it?

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:11:2849
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/11
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:11
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54