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 wOOdy-Soft 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. highv0ltage

    SQL Syntax Error

    Hello, I am having an issue with a query containing some inner joins. It checks out fine within SQL 2005 but Access does not like the query syntax. Here is my query: SELECT TOP 5 Category.Title, article.pubDate, article.Title AS Title, * FROM Article INNER JOIN Article_Category ON Article.ID...
  2. highv0ltage

    Articles with an ASP and database Backend

    Hello, I have roughly coded a script to grab data of articles from a database. There is an id, title, content, and category. I have it working fine with one category, but I now need it to work with multiple categories. Along side of this, I need my code to show related articles belonging to...
  3. highv0ltage

    MS Windows Website Background

    Anyone know of any good tutorials on how to create an image/background like the one on the Windows home page (http://www.microsoft.com/windows/default.mspx)? Thanks
  4. highv0ltage

    User Authentication

    I am new to PHP and trying to create a simple user login. I've done many searches and they all seem great but they are including things I do not want to implement at the moment. I just want a tutorial that explains how to create a simple login that checks the user against a mySQL database. I...
  5. highv0ltage

    E-Mail Message With URL

    Hi, I'm creating an script that grabs form values and emails them. I've got that portion working fine. The issue I'm having is with a link within the email body that has 2 or more variables it's passing. I have a variable holding the body of the email and this is how I have the line with the...
  6. highv0ltage

    File Upload

    I'm running Server 2003 and I'm trying to establish something that will upload files to certain directories. I've found much code and components but I can't get them to work on the server box. IIS5 seems to run them ok, but IIS6 seems to think it's more "secure" and I'm having trouble getting...
  7. highv0ltage

    Recordset Loop

    Hello, I'm having a bit of issues. I'm running a query and then outputing it with the date and title. That part I have working. But sometimes there are more than one item per date and I would like to only list the date once instead of on each record. Here's an example: 05/01/06 -Todays News...
  8. highv0ltage

    Set number variable with string value

    Is it possible to set a number to the value of a string. i.e <cfset 01 = "includes/pages/bios/01.cfm"> I know this particular syntax throws an error, but is there a way to do this? Thanks.
  9. highv0ltage

    Truncating Queried Text

    How would I truncate the text from a field in a database.?Would that be done at the query or the ouput of the variable? Also, even though I want it truncated, I would like the full text to be used as the ALT for the link. Thanks.
  10. highv0ltage

    Recordset Loop

    Hello, I'm having a bit of issues. I'm running a query and then outputing it with the date and title. That part I have working. But sometimes there are more than one item per date and I would like to only list the date once instead of on each record. Here's an example: 05/01/06 -Todays News...
  11. highv0ltage

    Load-Balancing Between 2610 and 678

    I currently have a Qwest DSL line hooked up to a 2610 router, using a WIC-1ADSL, and I am trying to load-balance across another DSL line that is connect to another ethernet port on the 2610. I currently have the 678 and 2610 seeing eaching and I can staticly route certain IPs out to the 678, but...
  12. highv0ltage

    ADSL-1WIC w/2610, Static IP

    I am currently attempting to configure a 2610 with an ADSL-1WIC on a Qwest DSL line. I have purchased a block of 30 IP address, one of which will be assigned to the WIC on the router. I am not getting a "Carrier Detect" when connected to the line. Could anyone please help me out? Thanks. My...
  13. highv0ltage

    2610 with ADSL WIC Setup

    I am trying to setup a router that will receive multiple DSL connections. One line will be connected directly to a ADSL WIC and others will be brought in from a 678 modem to a ethernet port on the router. My question is, how do I configure both a static and dynamic IP connection on the WIC? I...
  14. highv0ltage

    ADSL WIC Supported IOS

    I just bought a router off eBay, but how am I suppose to download the newest IOS? I just get the run-around at Cisco's site. Where can I get an IOS that supports an ADSL WIC? Thanks.
  15. highv0ltage

    2610 connect to 2 678 DSL Modems

    I have a 2610 router with which I am trying to connect two 678 DSL Modems. I would like interface e1/0 to have a static IP and connected to one modem. Then interface e1/1 should be grabbing it's IP from the other 678 using DHCP. My problem is I can't figure out how to set an interface to accept...

Part and Inventory Search

Back
Top