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...
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...
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...
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...
How do you specify "OR" condition using switch case..means
switch obj{
case "Project" || "Library":
alert("do something");
default:
alert("do nothing");
}
thanks
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...
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.......
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 =...
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 =...
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
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...
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...
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
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...
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.