Ask a Question related to ASP Database, Design and Development.
-
Jeff #1
Creating Folder
I have a few questions about creating folders.
1.) using the CreateObject functions, since I use a server and not a local
host, would I use my root path to my server them?
2.)Is it possible to have the folders created, based on a loop, that checks
for say, the last number, and creates the new folder with the next number in
succession?
Those 2 would get me started with this.. i am getting down to the next to
last phase of my project. Everything is working wonderful.
Thanks for the help
Jeff
Jeff Guest
-
creating shared folder location hanges when creating a review
Hi All, I am using Acrobat Pro 8.1.2 for Mac. When I try to create a document for review, I get through all the steps until I get the pop up... -
Creating a folder with DW Extension
Has anyone figured out how to have DW JavaScript create a folder and rename it? This makes the folder: if (site.makeNewFolder()){ ... -
Creating Virtual FTP Folder in ASP.NET
I've been running into problems when trying to create a Virtual FTP folder in ASP.Net. I've tried it a few ways but none of them has worked so far.... -
Error creating Web folder
I have had to change hosts and create a new Web folder; however, I cannot add a Web folder for the address entered (which is the correct address).... -
Creating a network folder
Hello, I'm trying to create a folder on a networked computer from a webserver using FileSystemObject. I keep getting "Permission Denied"... -
Jeff Cochran #2
Re: Creating Folder
On Sat, 24 Jul 2004 08:34:44 -0400, "Jeff"
<gig_bam_takemeout_@verizon.net> wrote:
Yes. Since ASP is processed on the server, the creation is relative>I have a few questions about creating folders.
>1.) using the CreateObject functions, since I use a server and not a local
>host, would I use my root path to my server them?
to the server, not the client.
Sure.>2.)Is it possible to have the folders created, based on a loop, that checks
>for say, the last number, and creates the new folder with the next number in
>succession?
Everything except your database apparently. Note the subject of this>Those 2 would get me started with this.. i am getting down to the next to
>last phase of my project. Everything is working wonderful.
group, and post any followups in the ASP general group.
Jeff
Jeff Cochran Guest
-
Jeff #3
Re: Creating Folder
Thx Jeff.. I have the DB already... this phase is for other hosts to sign
up... and create tournaments on their own, and i needed to create the
folders.. to be able to pass the varibles so everything reflected the
correct tourney.... thx for the response :)
Jeff
"Jeff Cochran" <jeff.nospam@zina.com> wrote in message
news:410266d4.270342021@msnews.microsoft.com...local> On Sat, 24 Jul 2004 08:34:44 -0400, "Jeff"
> <gig_bam_takemeout_@verizon.net> wrote:
>> >I have a few questions about creating folders.
> >1.) using the CreateObject functions, since I use a server and not achecks>> >host, would I use my root path to my server them?
> Yes. Since ASP is processed on the server, the creation is relative
> to the server, not the client.
>> >2.)Is it possible to have the folders created, based on a loop, thatin> >for say, the last number, and creates the new folder with the next number>> >succession?
> Sure.
>>> >Those 2 would get me started with this.. i am getting down to the next to
> >last phase of my project. Everything is working wonderful.
> Everything except your database apparently. Note the subject of this
> group, and post any followups in the ASP general group.
>
> Jeff
Jeff Guest



Reply With Quote

