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

  • Users: Elcin
  • Order by date
  1. Elcin

    Error: Active Server Pages, ASP 0240 (0x80004005)

    Hello, I am getting the following error on my new webserver. The code is working fine on my local PC with Win2000 and IIS5. However, it is giving the following error on another server. We have installed the latest Scripting Engine and also MDAC. It did not help. I am using ASP with classes in...
  2. Elcin

    Appending an excel file to an existing SQL db table

    Hello, I need to find a way to append my SQL server table with information coming from an Excel file. This needs to be done very frequently, so I need to give the user the ability to do it from an asp page. Any help is appreciated. Elcin
  3. Elcin

    Stored Procedure to Export to Excel

    I need to find a way to write a stored procedure to create an excel file to export data. I want to access the stored procedure from an ASP page to export records to an excel workbook. Any help is appreciated. Elcin
  4. Elcin

    ASP Timeout expired problem

    Thank you so much to those who replied, for the information and the tips. I already applied paging and will also write a stored procedure for this. Thanks again.
  5. Elcin

    ASP Timeout expired problem

    Hello, I am using ASP with a SQL 7.0 database and ADODB connection string. The queries are simple but takes enormous amount of time to retrieve the dataset and most of the time gives a Timeout expired error message. Using commandtimeout = 0 'seconds Server.ScriptTimeOut=240 is also not...
  6. Elcin

    Visual interdev 6 and IIS5 problem

    Thank you for your response. I reinstalled Frontpage Server extentions and it is working now. Thanks again.
  7. Elcin

    Visual interdev 6 and IIS5 problem

    Hello, I have just installed VS6.0 & IIS5 from Windows 2000 Professional. I need to build ASP in Visual Interdev 6.0. I will be working on my local machine. Interdev asks that you specify your server before you can open a new file. When I type the name of my local webserver or localhost, it says...
  8. Elcin

    Automatic submission of forms

    Sharky99, I also want to know when the 6th number is read. How can I count the numbers as they are being read? Can you give me the code for it? Thanks,
  9. Elcin

    Automatic submission of forms

    Hello, In my code, I get the input value for a text box from a scanner. Scanner's output is some 6 numbers. Right now, the user needs to press enter key to submit the form so that the related processing can take place. I want to eliminate the user's need to press enter key. So, as soon as the...

Part and Inventory Search

Back
Top