Is there a way, to create a collection of all form elements, and then to
loop through them, pulling out the values tied with them?

Kwasi Date-Bah
System Developer
iMediapoint.com
1-7 Fulham High Street
London SW6 3JH
Tel: 020 75983060
[EMAIL PROTECTED]




-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 04 September 2000 11:55
To: [EMAIL PROTECTED]
Subject: CF-Talk V1 #182


CF-Talk                        Mon, 4 Sep 2000           Volume 1 : Number
182

In this issue:

        RE: (OT) SQL Server?
        CFFILE DESTINATION question
        RE: Using COM with CF
        RE: CFFILE DESTINATION question
        RE: State->County->City DB needed
        RE: CFObjects v FuseBox
        RE: Web Database Solution
        transferring SQL server DB to an ISP


----------------------------------------------------------------------

Date: Mon, 4 Sep 2000 10:45:02 +0800 
From: Deva Ramesh <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: (OT) SQL Server?
Message-ID: <89731E9AF92BD411869200D0B71BB4DC2F1F06@ASERVER>

Hellow Akbar

Use image data type to that field


Thanx
Ramesh

-----Original Message-----
From: Akbar [mailto:[EMAIL PROTECTED]]
Sent: Sunday, September 03, 2000 7:44 PM
To: CF Talk (E-mail)
Subject: (OT) SQL Server?


hi all,

how do we store .mpeg or .dat to be exact movies in SQL server?? wat would
be the data type for it??

any ideas?

thanx in advance

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

------------------------------

Date: Sun, 03 Sep 2000 19:55:34 -0700
From: LH Rothman <[EMAIL PROTECTED]>
To: CF Talk <[EMAIL PROTECTED]>
Subject: CFFILE DESTINATION question
Message-ID: <[EMAIL PROTECTED]>

I want to upload an image to a remote location.  For example, a .JPG to
my website which is hosted offsite.  How would I phrase the
destination????

<CFFILE DESTINATION="c:\temp\" ACTION="upload" FILEFIELD="FileName">

Thank you!
-L

------------------------------

Date: Sun, 3 Sep 2000 19:57:22 -0700
From: "Tom Kim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Subject: RE: Using COM with CF
Message-ID:
<[EMAIL PROTECTED]>

Hi Dave,

Unfortunately CFSET does not work either. I can get at the object's public
properties, but running the method does not work. I've tried using MSWord as
a COM object and that did work. I'm at a loss. Thanks for the suggestion
though. --Tom

> Unfortunately, using COM objects can be problematic with CF occasionally.
> Instead of doing what you're doing within a CFSCRIPT, you might
> have better
> luck doing it within CFSET tags:
>
> <cfset rs = oASIWeb.SetDataPath("E:\InetPub\wwwroot\SolidData\Data")>
> <cfset rs = oASIWeb.SetDatabase("sdweb")>
> <cfset RetVal = oASIWeb.NewID("USERS")>
>
> That usually works for me. To be honest, I've never used COM
> objects within
> CFSCRIPT, but I wouldn't be surprised if they're not supported within
> CFSCRIPT as well as they should be.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------

Date: Mon, 4 Sep 2000 12:37:33 +0930 
From: Peter Tilbrook <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: CFFILE DESTINATION question
Message-ID:
<[EMAIL PROTECTED]>

You would need to know the "physical" location of the virtual web server
your site is located at. They would need to advise you of this.

Consider also that many CF hosts disable the use CFFILE in the administrator
for security reasons.

Peter Tilbrook
Internet Applications Developer
Aspect Computing Pty. Ltd.
19-25 Moore Street
Turner, ACT, 2612
AUSTRALIA

http://www.aspect.com.au

Phone: (02) 6247 7677
Fax: (02) 6249 1620
Mobile: 0428 765 020

ACT ColdFusion Users Group - http://203.37.24.198


-----Original Message-----
From: LH Rothman [mailto:[EMAIL PROTECTED]]
Sent: Monday, 4 September 2000 12:56
To: CF Talk
Subject: CFFILE DESTINATION question


I want to upload an image to a remote location.  For example, a .JPG to
my website which is hosted offsite.  How would I phrase the
destination????

<CFFILE DESTINATION="c:\temp\" ACTION="upload" FILEFIELD="FileName">

Thank you!
-L

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

------------------------------

Date: Sun, 3 Sep 2000 20:55:57 -0700
From: "Lee Fuller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: RE: State->County->City DB needed
Message-ID: <[EMAIL PROTECTED]>

Hello Don,

Email this guy... he sells db's for ZIP Codes.. etc.

[EMAIL PROTECTED]

Name is "Bud".

        Lee


> -----Original Message-----
> From: Donald Sparks [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 03, 2000 11:33 AM
> To: [EMAIL PROTECTED]
> Subject: State->County->City DB needed
> 
> 
> If anyone has a State->County->City Database, could you please 
> send it to me or a url where I could get it.
> 
> Thank you,
> Don Sparks
> 
>  
> 
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with 
> 'unsubscribe' in the body.
> 

------------------------------

Date: Mon, 4 Sep 2000 08:39:51 +0100 
From: Rif Kiamil <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: CFObjects v FuseBox
Message-ID: <054D14FE68D6D31188300090274EBEDD0676FF@MRDATA>

Any body else, got any thing to add? I would be grateful for any more
insight.

-----Original Message-----
From: Rif Kiamil [mailto:[EMAIL PROTECTED]]
Sent: 03 September 2000 16:56
To: '[EMAIL PROTECTED]'
Subject: CFObjects v FuseBox


Dear All,

Which would u pick Fuse Box or CFObejcts and why? What are the differences
between CFObejcts and FuseBox? Can u compare them?

Thanks for any info

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

------------------------------

Date: Mon, 4 Sep 2000 09:00:46 +0100 
From: "DeVoil, Nick" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: Web Database Solution
Message-ID: <FDB52A0429DFD31196FB0008C7D972D50116E7F4@OST_EXCH_USR5>

> Nick. Will this interface with MSDE?

Bud
Yes, definitely :-)
As you might expect the MSDE interface will be very similar
to the SQL Server piece and work better than Jet on account of
having a proper back end to work with.
Nick


**********************************************************************
Information in this email is confidential and may be privileged. 
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**********************************************************************

------------------------------

Date: Mon, 4 Sep 2000 16:06:25 +0800
From: "Kay Smoljak" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: transferring SQL server DB to an ISP
Message-ID: <[EMAIL PROTECTED]>

Hi all,

I'm having to transfer an SQL server to a client's ISP - this is the first
time I have had to do this. I have a book on SQL server which doesn't cover
this exactly, but it seems I should be using DTS Transfer Manager?

Any resources on the net that may be able to help?

Ta,

K.
______________________________________________________
Kay Smoljak - HTML Developer - PerthWeb Pty Ltd
Internet Solutions for your business!

Level 9/105 St George's Tc - Perth - Western Australia
Ph: (08) 9226 1366 Fax: (08) 9226 1375 Mobile : 0419 949 007
Visit Perth online! : www.perthweb.com.au

------------------------------

End of CF-Talk V1 #182
**********************
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to