www.webdeveloper.com

Search:

Type: Posts; User: RunningDude87

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,079

    Selecting date range

    I'm trying to select a range of dates, something like:

    select * from table where dateColumn between currentDate and currentDate - 35

    Any hints? Thanks!
  2. Replies
    0
    Views
    898

    Testing Existence of Foreign Keys

    I need part of a script to test the existence of foreign keys and print the results. My way isn't going to work because the script will hit both print statements. Is there a better way to write this?...
  3. Replies
    0
    Views
    614

    Web tool for ping testing

    I have a ping application I need to test. I'm looking for an application that I can install on the machine I'm pinging that can delay and/or prevent the response to be sent back. So far I've tried...
  4. Replies
    1
    Views
    1,130

    Case Statement is Select

    I'm trying select information from 2 temp tables and place it in a third temp table. I'm inner joining the first two where #MyCars.Make and #Dealerships.Make equal each other. However, where they...
  5. Replies
    1
    Views
    1,329

    Changing data types

    Hi,

    I need to change a smallint to text in a Select statement. What's the best way to approach this?

    Thanks!
  6. Replies
    0
    Views
    818

    SQL Commit

    I have a VBScript that needs to update a table. However, when the script executes the SQL it never completes. The script object and/or SQL are trying to lock and update the DB row at the same time....
  7. Replies
    3
    Views
    1,890

    Ok, so forget my first bad post. Basically, it's...

    Ok, so forget my first bad post. Basically, it's a piece of a .jsp file.

    The error message is thrown at the start of: <% var fld1;

    The error message starts with:

    Error message :...
  8. Replies
    3
    Views
    1,890

    Some JavaScript Help

    Hello,

    Is there anything initially wrong with this JavaScript? I don't see any issues with it but there's an error message coming from the blank space below. Thank you.


    <OPTION...
  9. Replies
    2
    Views
    1,609

    Thanks this helps a lot!

    Thanks this helps a lot!
  10. Replies
    2
    Views
    1,609

    PowerPoint Slideshow on Intranet

    I am looking to embed a PowerPoint slideshow into my company's Intranet website. I want the slideshow to reside on my company's network which is not public. Is this possible without having to use...
  11. Replies
    2
    Views
    1,145

    Sorry, I should have mentioned that this is an...

    Sorry, I should have mentioned that this is an Intranet site.
  12. Replies
    2
    Views
    1,145

    Reading local files

    Hi,

    There is a slideshow on my website that reads in the address of local images and puts them in a slideshow rotation to be displayed on the page. I currently have to "hard code" the addresses...
Results 1 to 12 of 12
HTML5 Development Center



Recent Articles