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!

Recent content by Mun

  1. Mun

    Improve performance

    Yes, I've only selected fields in my query. My sql stmt has filters and 10K records are the final result after filters.
  2. Mun

    Improve performance

    Hello, I need experts advise...I've an ASP page which is retriving 10,000 database records and it's taking too long to execute. how do I make it faster. I used response.buffer=true and response.flush methods but no change. Thanks in advance.
  3. Mun

    Auto generated number

    Hello All, How do I create auto number in SQL Server (similar to autonumber in MS-Acces and generating a sequence in oracle). In my code I have a field Emp_No which needs be generated automatically every time we insert a record in to the table.Any help is appreciated. thanks in advance.
  4. Mun

    Edit the records

    Thanx pete, That wouldn't help me.
  5. Mun

    Edit the records

    Hi , I've an ASP page which is retrieving all the records from the database. I would like to provide an option to the users that they can edit any record and save the changes in to the database. How do I write dynamic update statement to update that particular record user choose to edit. Any...
  6. Mun

    XP pro installation

    Thanks, jim! I tried it, but I got a message that I can't install with in the same partition. I've no partitions in the disc.
  7. Mun

    XP pro installation

    How do I install Xppro with out upgrading from XP home? I already upgraded from XP home to XP pro, but having problem with Intenet connection. Now I would like to cleanup my laptop and install XP pro. I've only one partition (C Drive) and I'm very much new to formating the disc. Any help is...
  8. Mun

    Script to import data from Excel

    I've an assignment in which I've to write an ASP Script to import data from Excel sheet. I've never done this before, could anyone help me with this. Thanks.
  9. Mun

    Creating graphs

    Hello All, I've no idea of creating graphs in web applications (asp). I would really applreciate if you could give me some ideas. Thanks in advance.
  10. Mun

    Problem with Internet

    markallen2 & bilsten, I tried everything, but I couldn't rectify the problem. I would really appreciate if you could help me out with this problem. Thanks.
  11. Mun

    How do I write code

    Hello, Can some one help me in writing code to combine First Name and Last name and display. Thanks
  12. Mun

    Problem with Internet

    I've AOL & MSN. When I use AOL the moment I login it says "error occured in your intenet connection, exit the application and restart". When I use MSN it doesn't even allow me to login, says "unable to provide MSN service/error in your system". I tried to setup new...
  13. Mun

    Problem with Internet

    Thanks bilsten, It's a modem dialing up to an ISP. I'm not on a network, it's a stand alone (using at home) laptop.
  14. Mun

    Problem with Internet

    Hello All, I did upgrade from XP home to XP pro on my notebook. I don't know what's wrong with it, I'm not able to connect to the Internet since I upgraded. Can somebody help me with this problem. Thanks in advance.
  15. Mun

    creating a login page

    Hello All, I'm trying to create a login page with Username listbox,password and I have a table which is storing the records for Username and pwd. I'm loading the username values into listbox and when I'm typing the password I want to check with the corresponding password in the database. Any...

Part and Inventory Search

Back
Top