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 strongm 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: *

  1. ybn1197

    Authenticating Mac 10.2 on an NT Legacy Domain

    Thanks Willif. It didn't solve the issue outright, but it put me on the path I needed to be on in order to solve it. The default protocol on the machines was A something something (don't remember off the top of my head, definately three letters starting with A.) Once I wrote smb:// into the...
  2. ybn1197

    Authenticating Mac 10.2 on an NT Legacy Domain

    Hopefully this is the right place as I have looked around and not found a similiar post. Here's the situation. I'm a total Macintosh newbie. I administer a NT 4.0 Legacy domain (Some of the hardware does not support Active Directory. Once that hardware has been replaced, we will migrate to AD)...
  3. ybn1197

    Multiple Records per Row

    Bgaines72, Disregard that last post. I was able to fix it with a While...Wend loop. There were also a few naming convention mistakes I made, but everything's fixed and working properly. Thanks for your help.
  4. ybn1197

    Multiple Records per Row

    Bgaines72, I tried your code and it worked as is. I modified it slightly to go with my database as you see it below. The problem is, everytime I run it I receive a 'loop' without 'do' error. Is there something I'm missing here? This is at the top of the page, before <head></head> <% dim...
  5. ybn1197

    Multiple Records Same Row

    I'm fairly new to ASP/Database and I'm having difficulty with a output format. I have a page that displays 2 fields of a recordset in a table. There are multiple recordsets in the table. What I have displaying when the page runs is a long, skinny table. What I would like is a shorter and wider...
  6. ybn1197

    Multiple Records per Row

    I'm fairly new to ASP/Database and I'm having difficulty with a output format. I have a page that displays 2 fields of a recordset in a table. There are multiple recordsets in the table. What I have displaying when the page runs is a long, skinny table. What I would like is a shorter and wider...
  7. ybn1197

    Changing Power Options for ALL Users

    We just purchased 100 new laptops with Windows 2000 Pro installed. We also purchased 100 docking stations for them. By default, the Power Option is set to turn the hard drive off after 15 minutes (IIRC) on both Powered and Battery settings. Now this is fine for battery settings but I want the...
  8. ybn1197

    Automatically copy value from Table B to Table A

    I thought about that, but the next problem I ran into was integration to a web page. Eventually, he wants this to run in an intranet style setting. I don't have my ASP books in front of me so I don't know if ASP is capable of pulling up that data directly from the form, which is why I figured on...
  9. ybn1197

    Automatically copy value from Table B to Table A

    I'm sure this has been answered before, but being new to this I must have missed it. I am trying to create a customer database for a friend of mine who runs a comic book store. The problem is with the subscription field on each customer record. In tblCustomer, there is a subscription field. This...
  10. ybn1197

    WINXP Pro or WIN2K Server for IIS?

    Thats correct. The version of IIS packages in the Pro versions is limited to 10 simultaneous connections. The version of IIS packaged with server allows for 9999 connections.
  11. ybn1197

    SERVER SETUP TO RUN IIS

    I would not set up Active Directory if that is going to be your only server. In order to run AD, you need to set up DNS. And if that is your only server, you will be running: 1) DNS 2) IIS 3) FTP 4) 3rd party mail server Depending on the server, it may or may not be able to handle all the...
  12. ybn1197

    IIS 5.0 do not show asp files.

    Check the document settings under properties for the server.

Part and Inventory Search

Back
Top