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 SkipVought 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. ketankshah

    The request has exceeded the allowable time limit tag

    I often get the message "The request has exceeded the allowable time limit Tag" when I run a page on my online CF server. The same page with the same data works fine on the local CF server. The page actually fetch search results from google as well as yahoo for multiple keywords one by one. I...
  2. ketankshah

    Deadlock problem

    I am sometimes getting deadlock error on my customer's e-commerce website. Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC SQL Server Driver][SQL Server]Transaction (Process ID 73) was deadlocked on lock resources with another process and has been chosen as the...
  3. ketankshah

    running asp page in background.

    Thanks tschonken for a quick reply. But can you help in how to write a vbs file and how to trigger it by a batch file through an asp page? Thanks again. Ketan
  4. ketankshah

    running asp page in background.

    I have a requirements. In bulleting board, if someone posts a message, the code should retrieve all the members and send them emails automatically. This should happen in background so the user who is posting the message should not have to wait until all the emails are sent. I have tried using...
  5. ketankshah

    Close popup window

    I tried this also but still it is not finding the window test in WindowB.htm and gives error in onload event. Sorry about the code in popup.htm. There is no onload event in this page. The code is as follows: Popup.htm ----------- <HTML> <BODY> Please Wait .... </BODY>
  6. ketankshah

    Close popup window

    I want to close a popup window which was opened from window A, on onload event of window B. How can I do that? My code is as below: WindowA.htm ----------- <HTML> <BODY> <SCRIPT LANGUAGE=&quot;JavaScript&quot; TYPE=&quot;text/javascript&quot;> <!-- function gotonext(){ test =...
  7. ketankshah

    remote activesync

    How can I synchronize my pocket access database on H3870 remotely? If somebody can help me in providing me the detail regaring... 1. What kind of card do I need for wireless remote connection? 2. On H3870, do I need an expansion slot to connect this kind of a card? 3. Once I have the card...
  8. ketankshah

    how to read serial number

    How can I read the serial number of a Pocket PC 2002? Is there some API available for eVB application to do this? Please help. Ketan
  9. ketankshah

    Problem in running application in H3970

    I have developed an application in Microsoft embedded Visual basic and is working fine in iPAQ H3870. But when I tried to run it on H3970, it crashed. For H3870, I created the installable using Arm processor. I think the processor in H3970 is different (i.e. PXA250). But I didn't find any option...
  10. ketankshah

    Problem in running application in H3970

    I have developed an application in Microsoft embedded Visual basic and is working fine in iPAQ H3870. But when I tried to run it on H3970, it crashed. For H3870, I created the installable using Arm processor. I think the processor in H3970 is different (i.e. PXA250). But I didn't find any option...
  11. ketankshah

    Problem in registering a component

    Thanks a lot. It really worked. Ketan
  12. ketankshah

    ecommerce solution with huge data

    Yes I agree that paging is to show 15 records at a time. But this is used only for display. The statement mySQL = &quot;SELECT * FROM table_name.....&quot; rs.Open mySQL, conn, 1, 1 'Opened as Read-Only will fetch 10,000 records in the rs recordset first than with the help of paging we are...
  13. ketankshah

    ecommerce solution with huge data

    But in the above example, the sql query will be fired on each page and the result will have around 10,000 records. For paging I am using the same concept but I am worried that to show only 15 records I have to retrieve 10,000 records which is unnecessarily making the site slow. Any suggestions...
  14. ketankshah

    ecommerce solution with huge data

    Thanks both of you. Thanks for suggestions. I will try both. Suggestion of foxdev want help much if the order by clause is Description. But I can use it in a different way. I can use the Description column in combination with SKU which is a unique key. select top 25 SKU, Description, Price...
  15. ketankshah

    Selecting options in Selectbox dynamically in NS4

    I have a form which shows few rows from a table. some fo the columns are in Selectboxes. I have a javascript function which copies the data from the first row on clicking a checkbox provided for copying, and populate rest of the rows to help the user of repeatative entries. The code is working...
  16. ketankshah

    ecommerce solution with huge data

    But since the query fetches a recordset of huge number of rows say 10,000 but the page only wants 25 records, how the SQL will support this kind of request? In case I use DLL then also it will call the database everytime it is executed on the page and query the same 10,000 records. So it will be...
  17. ketankshah

    ecommerce solution with huge data

    I am developing an ecommerce solution using ASP and SQL Server. I have around half a million items in my items table. The search results is displaying only 25 records on a single page with the facility to go to previous or next page. Since the data is huge, what method should I use to retrieve...
  18. ketankshah

    ecommerce solution with huge data

    I am developing an ecommerce solution using ASP and SQL Server. I have around half a million items in my items table. The search results is displaying only 25 records on a single page with the facility to go to previous or next page. Since the data is huge, what method should I use to retrieve...
  19. ketankshah

    Problem in registering a component

    I have a Compaq H3870 Pocket PC. I am trying to install an application developed in eVB which has the code for scanning barcodes. I am using Symbol scan control. After installing the application, while running it, it does not allow to create the scanner object and throws up an error &quot;Object...
  20. ketankshah

    Need faster access to data of about 100,000 records

    Can you please give me some more details regarding how you have done it? Thanks for a very early response. Ketan

Part and Inventory Search

Back
Top