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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ryandoah
  • Content: Threads
  • Order by date
  1. ryandoah

    Return Primary Key on Insertion of record?

    Does anyone know how or if it is possible to return the primary key of a newly inserted record at execution? Thank you, ryandoah
  2. ryandoah

    FSO permissions for an Intranet

    Hi all, I'm trying to use the file Scripting Object on my Intranet. After some permissions problems, I set the permissions to everyone/everything on the appropriate directories, but am still getting permission denied errors when I try to run a CreateTextFile function. I've got the FSO running...
  3. ryandoah

    FSO/IIS Permissions for Intranet

    Hi all, I'm trying to use the file Scripting Object on my Intranet. After some permissions problems, I set the permissions to everyone/everything on the appropriate directories, but am still getting permission denied errors when I try to run a CreateTextFile function. I've got the FSO running...
  4. ryandoah

    Copying Data From One Table To Another

    Hi All, I'm building a web based killboard from a game that I play online. The site accepts a text message that is sent to the player in game, describing the details of the kills. I have written a script that parses the data then submits it to the database. Problem is, I designed the db...
  5. ryandoah

    What's the difference between saving a null and a zero

    Hi All, I sent some DB design specs to our "DB" guy. In the specs are some fields that may or may not have values inserted into them, ie; if data is supplied for a field it is inserted, if not, no insertion to that field. I had sent the spec stating that several of the fields were to allow...
  6. ryandoah

    Stopping Requests at the Destination Root Folder

    Hi All, I have moved an external "intranet" to the inside of our network, where as it was previously set up as a NT Auth. internet site. I am trying to phase out the old pages, but many people have bookmarks to the various pages. I have setup a notice page as the default.asp of the parent...
  7. ryandoah

    Changed Network Profile, how to transfer sites info?

    Hi all, I just changed netwrok profiles and when I open Dreamweaver my sites are not listed in the Files dropdown anymore. I imagine because the file that contains this info is only available to my old profile. Does anyone know the name of the file that holds the information about your sites'...
  8. ryandoah

    Filtering the Choose File Dialog - File Upload

    Hi All, I posted this question in the HTML forum, but wanted to post it here also, since my site is built in ASP, and think the answer may only be capable using scripting. I have a page used for uploading PDF images to our server. It is set up using ABCUpload and seems to work fine. I have the...
  9. ryandoah

    Filtering the Choose File Dialog - File Upload

    Hi All, I have a page used for uploading PDF images to our server. It is set up using ABCUpload and seems to work fine. I have the accept="application/pdf", which works fine also, for not accepting anything but .pdf files. Though, one of my supervisors want the Choose File dialog box to only...
  10. ryandoah

    enctype=multipart/form-data does not hold values

    Hi all, I am trying to upload files through a webpage using ASP on IIS5/Win2000Svr. When I use the encType="multipart/form-data" in the <form>, like I believe I'm supposed to for file uploading, none of my other form data values carry over to my action page. When I remove the encType, all the...
  11. ryandoah

    IIS Authentication

    Hi All, I have a password protected website(intranet) that uses our domain user logon information for authentication. This works fine, but I have a couple of users in a branch office(same domain) that after they initially logon, when they try to hit another page (within the logon scope) they...
  12. ryandoah

    Capturing NT Logon Info in Intranet

    Hi All, I have an Intranet that people logon to with their NT Domain user name and password. How can I capture this data for later use in ASP pages in the Intranet? Such as if someone altered a document in the Intranet, and I wanted to be able to append the changed record in the DB to reflect...
  13. ryandoah

    UBOUND for Multi Dimension Array

    Can someone tell me how the get the UBOUND for the second dimension of a two dimension array. My array format is: myArray(4, currentRow) I need ubound(currentRow). Whenever I perform the ubound(myArray), it returns the ubound for the first dimension, which I already know, because it's static...
  14. ryandoah

    FSO - Setting network permissions

    Can someone explain to me how to set up the user permissions for accessing network drives with the scripting.FileSystemObject inside an ASP, on Win2000Srv/IIS5. Network drive is also Win2000srv. I have read that I need to set up the permissions for my IIS anon. user to access the directory, but...
  15. ryandoah

    apostrophies in string throws errors

    Hi all, I've got an asp query that I am running and can't remember how to cloak apostrophies in the string variable so that it doesn't break my VBScript before sending the query to SQL. Code is something like this: strSC = "SELECT dbID, dbName FROM dbTable WHERE dbName LIKE '%" & varName &...
  16. ryandoah

    Dreamweaver User Profile

    Does anyone know which profile name Dreamweaver uses for accessing directories when using local/network to synchronize servers? I'm trying to lock down my server permissions and appearently DW uses a different user profile than admin or the current logged user(with full admin rights)...
  17. ryandoah

    Checking Array Lengths

    I'm using some dynamic arrays in my code and was wondering how to tell what the final length of the array was, or whether it has a length at all. I am looking to use it something like this: if len(myArray()) > 0 then ..do something else ..do something else end if Thanks
  18. ryandoah

    Stored Procedure Inputs

    Hi all, I am using ASP/ADO and SQL7 on Win2000svr/IIS5. I have some pages that I am inputting data. Some of the fields on the page are not required data. I really don't feel like coding for all of the contingencies that could occur, in the page, nor do I want to have to right separate SP's for...
  19. ryandoah

    Won't display any other error than 500

    Hi all, I can not get my webserver (IIS 5/Win2000Svr) to display any error pages other than the generic HTTP500 "There something wrong with your page" error. I recently rebuilt the server, using IIS Lockdown (v4.7?) to help me isolate problem areas. The server runs fine other than this highly...
  20. ryandoah

    CDO.Message Problems

    Hi, I have been using the CDOSYS objects to send email from my website to my webmaster@blah.com account. It used to work, but left it alone for a couple weeks, came back and began getting "Access Denied" errors, though I don't know of any changes to the server. I did some research on the...

Part and Inventory Search

Back
Top