Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by beer

  1. beer

    Adding Header & Footer to A Word Doc Using ASP

    Hi All, I have sucessfully generated a word document using ASP from our web site and now I need some advice on the following: 1 - Addding Header & Footer to the .doc Have anyone done this in the asp successfully? I am currently using the following at the style area: @page Section1 {...
  2. beer

    Max. Folder

    Hello, I have figured that the max sub-directories of a single directoy can have are 32000. We have come up with the solution where we can create the sub-directories of each english letter, i.e. a, b, c....etc. Currently, we have 32000 sub directories and moving them into each a, b, c...
  3. beer

    Max. Folder

    We are using both ext 2 and ext 3 for our two servers. Thank you.
  4. beer

    Max. Folder

    We partitioned the hard drive to three different spots. The one that stores all the user folders are close to full, but not. There should be enough space to create another folder in there.
  5. beer

    Max. Folder

    Hello, I am having a problem with our server Redhat 7.2. We currently have 30211 folders in the home directory, and for some reason, the server won't create user folder after we that. I wonder if there are any folder restrictions on Linux's folder structure. As we are upgrading our system to...
  6. beer

    Passing value from Server to Client

    Hello All, I am experiencing a problem when trying to pass value from ASP to client VBScript, but I can pass it to Javascript. Here is the code: **Assume that the Variable = &quot;123.txt&quot; <SCRIPT LANGUAGE=&quot;JavaScript&quot;> function funA() { funB('<%=Variable%>'); } </SCRIPT>...
  7. beer

    Urgent Help With Create and Publish Forms

    Hello Everyone, I am having a project which requires form creation for the Exchange 5.5. I created the forms through Outlook 2000. And this is my very first project that deals with form creation in Outlook. I have created a request form that will be filled out by a requestor and sent to the...
  8. beer

    Permission Denied When Delete Folder

    Thank you very much for your help. It worked. But the process of deleting the files take a while to finish. It's very weird how NT 4 and IIS 4.0 do that. But if anyone can think of something else, please do tell. Thank you very much. Beer
  9. beer

    Permission Denied When Delete Folder

    The following is my code: *************************************** If fso.FolderExists(FolderPath) = True Then fso.DeleteFolder FolderPath, True ------PROBLEM End If *************************************** The &quot;Permission Denied&quot; is coming from the line &quot;PROBLEM&quot; I have...
  10. beer

    Permission Denied When Delete Folder

    No luck.....Thank you for your help..... Beer
  11. beer

    Permission Denied When Delete Folder

    Buffer? How and where? Response.Buffer = True? I did the Response.Buffer = True. Thank you.
  12. beer

    Permission Denied When Delete Folder

    Hello, I am building a web site on a NT4.0 Service Pack 6.0a IIS 4.0 Server. One of the pages has the function to delete folder and file. I was randomly getting the &quot;Permission Denied&quot; error when I tried to delete a folder that had files in it. Then, I figured out that the error only...
  13. beer

    When trying to connect two databases on different servers

    Oh Well, I figured that out already. Sorry about that. What I did is to take out the quotes out of the database. I guess when using variable in open connection command, we dont' need to use the quotes around it while typing in the while string quotes are required. Good, today I learn...
  14. beer

    When trying to connect two databases on different servers

    Hello All, Something very strange happened in my code. The goal of my code is to connect two different databases on different servers. The Connection String of a database is coming from a table in another database. Therefore, what I did is something like: Set Conn =...
  15. beer

    Secure the asp source code

    Thank you for your suggestion. In fact, what we are doing for our own company is using COM objects. However, the software that we wrote is for a pretty small firm that doesn't want to any extra money on either COM or SQL server. That's why we are doing this sql statments instead. We have...

Part and Inventory Search

Back
Top