perfect...thanks much!
-Original Message-
From: Greg Morphis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 24, 2004 1:54 PM
To: CF-Talk
Subject: Re: get directory name - one more thing
loop over the directory and use a insert query statement.
insert into table values
into a table
>
>
>
> -Original Message-
> From: Greg Morphis [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 24, 2004 1:38 PM
> To: CF-Talk
> Subject: Re: get directory name - one more thing
>
> I use
> I suppose you could use too.
>
> On Wed, 24 Nov 2
Sorry I may have not specified this correctly. I need to put each dir name into
a table
-Original Message-
From: Greg Morphis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 24, 2004 1:38 PM
To: CF-Talk
Subject: Re: get directory name - one more thing
I use
I suppose you could use
I use
I suppose you could use too.
On Wed, 24 Nov 2004 13:27:49 -0500, Robert Orlini <[EMAIL PROTECTED]> wrote:
> works fine Ian thank you.
>
> One more thing please: How can I add each directory name into a table using a
> cfquery?
>
> I have this:
>
> INSERT INTO directories (name)
> VAL
works fine Ian thank you.
One more thing please: How can I add each directory name into a table using a
cfquery?
I have this:
INSERT INTO directories (name)
VALUES ('#mydirectory.name#')
But it adds just the first entry. I guess your gonna say use a cfloop, if so
what type?
Robert O.
-
5 matches
Mail list logo