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!

Search results for query: *

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

    POST limit?

    Is anyone aware of there being a limit to how much data you can POST to a page? I have a 4 page survey that POSTS all the data from page 1 to page 2, all the data from pages 1 & 2 to page 3, etc. All is well until trying to load Page 4, which just hangs. If I delete about 15 items from the...
  2. tsherfy

    Calling a stored proc with ADO

    We have the following stored procedure that runs fine in SQL Server 2000 Query Analyzer. /* ** Retrieve next available Request ID */ CREATE procedure dbo.sp_GetRequestID2 @output int OUTPUT as /* begin transaction */ select @output = (select NextID from RequestID)...
  3. tsherfy

    Calling a stored proc from VB

    We have the following stored procedure that runs fine in SQL Server 2000 Query Analyzer. /* ** Retrieve next available Request ID */ CREATE procedure dbo.sp_GetRequestID2 @output int OUTPUT as /* begin transaction */ select @output = (select NextID from RequestID) update...
  4. tsherfy

    Retrieving Date portion of datetime data type

    Can someone tell me the correct syntax for retrieving just the date portion of a datetime field?
  5. tsherfy

    Locking tables in SQL SERVER

    We are converting from an Oracle database to SQL Server. Does anyone know what the SQL Server equivalent of the following Oracle statement"Lock Table xxx In Exclusive Mode"?
  6. tsherfy

    Can not display Properties dialog

    I have a strange thing that has suddenly happened. When I right-click on a drive or folder and select Properties, nothing happens. I can still view Properties for individual files, but not for folders and drives. Any ideas??? Thanks! Tim
  7. tsherfy

    error using innerHTML

    Could someone please explain why I am receiving the error: "Object expected" when I run this code: strTemp = document.all("Table").rows(0).cells(0).innerHTML; intTempHTML = strTemp.indexOf("&"); strTemp = strTemp.substring(0, intTempHTML)...
  8. tsherfy

    IE 5.5 sp2 not prompting for download

    When clicking on a link to download a file(exe), IE sends me to a blank page, containing the URL for the exe, and a simple block graphic like you would see when a graphic did not load. I am never prompted to download. Right-clicking on the link and selecting "Save As..." works fine...
  9. tsherfy

    No video...Help!

    I am building a computer based on a Duron 650 and a FIC AZ11 mtherboard. I can not get any video...I have tried an AGP graphics card and 3 PCI cards (all of which test fine on other systems), but my monitor (a Viewsonic A70) does not come on. I have unplugged every other component from the...

Part and Inventory Search

Back
Top