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 Chriss Miller 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: Nanda
  • Content: Threads
  • Order by date
  1. Nanda

    Named pipes vs TCP/IP

    Hello there! We have sql server installed using default protocol TCP/IP. Now, we want to change the protocol from TCP/IP to Named pipes. What I want to know is in what circumstances Named Pipes will give better performance as compare to TCP/IP? e.g. when network traffic is not high?? or number...
  2. Nanda

    Printing

    Hello, I have a page which displays number of searched results and option to view documents. I need to add print functionality to it. User should be able to print both results list or document to the printer at his choice. I never implemented printing from internet before. How do I do it. Or...
  3. Nanda

    printing

    Hello, I have a page which displays number of searched results and option to view documents. I need to add print functionality to it. User should be able to print both results list or document to the printer at his choice. I never implemented printing from internet before. How do I do it. Or...
  4. Nanda

    collection

    Hi there!! I have a collection. How can I traverse through this collection and display what is in there....kind of trying to do "for each", but do not know how to see its content, as do not know its properties. Is there any way to do it using, upperbound or item kind of similiar...
  5. Nanda

    switch case

    How do you specify "OR" condition using switch case..means switch obj{ case "Project" || "Library": alert("do something"); default: alert("do nothing"); } thanks
  6. Nanda

    beginner question

    Hi all! I have a very a basic question... How can I refer to a document element from my Javascript? ...everytime i need to do hit and trials to find how do I access/set an elements of document...like what is correct... document.forms.my_form.my_list.value...
  7. Nanda

    rich text box

    how can write my recordset results in a rich text box. line after line reading from RS, and breaking line after each record? Thanks for any reply.
  8. Nanda

    Display a hyperlink

    How can I display a hyperlink using a control. I do not want to jump to internet on click of this hyperlink. Simply, need that it function like a button but look like a hyperlink. any idea.......
  9. Nanda

    correct UPDATE statement

    I need to update my table1 with values in table2. In table1 only those records should be updated that matches the criteria of table2. I do not know what is wrong with the following sql statement... update test_1 set Score = B.Score, Reason_cd_1 = B.Reason_cd_1, Reason_cd_2 =...
  10. Nanda

    correct UPDATE statement

    I need to update my table1 with values in table2. In table1 only those records should be updated that matches the criteria of table2. I do not know what is wrong with the following sql statement... update test_1 set Score = B.Score, Reason_cd_1 = B.Reason_cd_1, Reason_cd_2 =...
  11. Nanda

    very beginner ques

    Hi, Could anybody please tell me what is wrong in the following statement....i get error when i compile. int x = args[0]; int y = args[1]; System.out.println(x + y); Thanks in advance
  12. Nanda

    Hello all, My question is: How can

    Hello all, My question is: How can a DOS command be excuted from ASP. Does not matter what I use, asp, VBScript or JavaScript. Thanks in advance.
  13. Nanda

    Beginner question

    Hi everybody!! I am new to Java environment? I do not understand the difference between... Java Web Server Power J Java Workshop Java RMI JSP anybody would like to explain the difference to me and where should I concentrate to go with market demand. Please, also refer me to some sites where i...
  14. Nanda

    One more Double quotes

    Hi There! I am creating a component and using submiting its commands using its method. I need to specify commands in double quotes only. sometimes, these commands itself contains double quotes, which is requirement. In such cases, my asp fails. I do not know how to solve this problem. I am...
  15. Nanda

    DOS Command

    Please, help me telling how can I execute a DOS command from asp (with syntax). My purpose is to compress a big size file using PKZip or any compression utility and make it available for download. Thanks Nanda
  16. Nanda

    Writing Excel file

    Hi There! My issue is.. I want to write an Excel file thru ASP/VB SCript code. Whenever I try to create an instance of Excel, I get error "ActiveX cannot create component: Excel". Unable to figure out, what is the reason. Excel 97 is installed on NT with IIS4.0 Code is like...
  17. Nanda

    reading database w/o odbc

    Hi all! My client wants to access the Oracle and SQL database from ASP without using ODBC....I do not know if it is possible!! and how!! If I use OLE-DB that also uses ODBC layer in between. If anybody has done this before or doing....please let me know. Please also give your...
  18. Nanda

    reading data w/o using odbc

    My client wants to access the Oracle and SQL database from ASP without using ODBC....I do not know if it is possible!! and how!! If I use OLE-DB that also uses ODBC layer in between. If anybody has done this before or doing....please let me know. Please also give your suggestions/comments to...
  19. Nanda

    1.passing values to new window

    If anybody knows, how to do following... I need to pass on a value to a new open window...how do I do it? I have opened a new window using javascript on a hyperlink function goLink(kw){ urlPath="definition_text.asp" window.open(urlPath,'definition') } I need to pass on keyword to...
  20. Nanda

    handling a large data

    I have to write a large amount of data (approx millions of records)(reading from Oracle db) to a file, which can be downloaded by client later. I am looking for some suggestions considering, performance, timeout and file format to be used etc...How you all will solve this? Thanks

Part and Inventory Search

Back
Top