RE: Why is there query.recordcount with non-SELECT queries?

2006-04-19 Thread Nashir Sunderji
You log ingo to 'search'  and type in search by name the letters naf and
you should be able to find him
Customer service


-Original Message-
From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] 
Sent: 18 April 2006 16:16
To: CF-Talk
Subject: Why is there query.recordcount with non-SELECT queries?

Should queries that do an update return a queryname.recordcount
variable?  I'm trying to determine how many records get changed during
an update statement.

Pete



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238060
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: Flash Instant Messenger Software?

2003-12-10 Thread Nashir Sunderji
Hi Novak

talk to Mario at [EMAIL PROTECTED]

he has one ready for use.
Hope this helps
Nashir

- Original Message - 
From: cf-talk 
To: CF-Talk 
Sent: Monday, December 08, 2003 8:43 PM
Subject: Flash Instant Messenger Software?

Hi All,

Before I go and reinvent the wheel...

Does anyone know of some cheap/free instant messenger software that I
can embed in a ColdFusion intranet application?

I currently have a ColdFusion/_javascript_/DHTML solution in place but I'd
much rather have a Flash popup window that floats over top of my web
app without any chrome around the edges.

I'm not looking for anything fancy, just something I can quickly slap
into an application so that end users can communicate with us via a
live help link.

-Novak
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: cf hosting

2003-07-26 Thread Nashir Sunderji
I have been using www.xhostx.com they have a solution for every problems you
may have...I have been with them for now 2 years...they reply and solve your
problem on the spot...they assign a special reperesentative for your
site...that you can contact anytime..
The prices are very much inline with all the other hosts.  I moved all our
sites to them.

I have been assigned Patrick...he is available at any time...and is also a
CF programmer...always ready to help

Nashir




- Original Message -
From: Dirk Marshall [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, July 25, 2003 4:00 PM
Subject: Re: cf hosting


 Looks expensive, check out Crystaltech.  www.crystaltech.com   I have been
 very satisfied with their service.  You get quite a bit for the amount of
 money you pay.

 Dirk
 - Original Message -
 From: Michael T. Tangorre [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, July 25, 2003 7:52 AM
 Subject: cf hosting


  Anyone use datapipe?  (www.datapipe.com)
 
  if so...  likes, dislikes?
 
  Thanks,
 
  Mike
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFSELECT from a query

2001-04-14 Thread Nashir Sunderji

Hi,
I have a select box populated from a query 'UserCategory' as follows:

(the query:)

cfquery name="UserCategory"
datasource="X"
dbtype="ODBC"
SELECT UserCatID, UserCategory
FROM dbo.UserCategories
ORDER BY UserCategory
/cfquery


The HTML/CFMl code in CFFORM



cfselect name="UserCategory" size="1" message="Please select or type in
your classification." query="UserCategory" value="UserCategory"
display="UserCategory"
option value="" selected
/cfselect




I want the user to be able to:

a)- add or type in a new category if it is NOT listed or not in the database
-(the select box from the above code doesnt allow any input/typing in -
seems read only)

b)- if a new category is added in the select box, it is added to the
UserCategories table. (Do I just do it by an update query or is there a
ready made tag for this kind of action)


Could someone please tell me if that is possible or not...have searched for
such a tag and reviewed this forum

Please Help, would appreciate any advice or comment
Thanks in advance
Nashir





~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFSELECT from a query

2001-04-14 Thread Nashir Sunderji

Hi,
I have a select box populated from a query 'UserCategory' as follows:

(the query:)

cfquery name="UserCategory"
datasource="X"
dbtype="ODBC"
SELECT UserCatID, UserCategory
FROM dbo.UserCategories
ORDER BY UserCategory
/cfquery


The HTML/CFMl code in CFFORM



cfselect name="UserCategory" size="1" message="Please select or type in
your classification." query="UserCategory" value="UserCategory"
display="UserCategory"
option value="" selected
/cfselect




I want the user to be able to:

a)- add or type in a new category if it is NOT listed or not in the database
-(the select box from the above code doesnt allow any input/typing in -
seems read only)

b)- if a new category is added in the select box, it is added to the
UserCategories table. (Do I just do it by an update query or is there a
ready made tag for this kind of action)


Could someone please tell me if that is possible or not...have searched for
such a tag and reviewed this forum

Please Help, would appreciate any advice or comment
Thanks in advance
Nashir



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: SQL 7.0

2000-11-24 Thread Nashir Sunderji

Am using SQL Server 7 by Robert Vieira
vey good book
can get from Amazon
Nashir


-Original Message-
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: 17 November 2000 04:42
To: CF-Talk
Subject: Re: SQL 7.0


on 11/16/00 4:01 PM, ibtoad at [EMAIL PROTECTED] wrote:

 Ok I am now very comfortable with MS Access and am ready to learn MS SQL
 7.0. Can anyone recommend a book?

I would recommend "Beginning Visual Basic SQL Server 7.0."

Although it focuses on using Visual Basic with SQL Server it has an
excellent introduction to using SQL Server, stored procedures, etc. You can
easily adopt it to use CF instead of VB.

Sebastian

~~
Structure your ColdFusion code with Fusebox. Get the official book at
https://secure.houseoffusion.com

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [CF-Talk] CF Hosting ???? Service

2000-10-04 Thread Nashir Sunderji

There are litterally hundreds of hosting sites for CF now!!  Go to :
www.findahost.com
and check the one that suits your needs. and select one from the US! thats
perfect for australia because their servers are idle when your timezone is
active!!
shanje seems to be very expensive if you have a heavy databse...
my 2 cents...
Nashir

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.