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 Mike Lewis 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. ktsrikanth

    Hi I have apache webserver and a

    Thanks for the reply. But i am in NT. I do not know where to find the .htaccess file. Please help me Thank You
  2. ktsrikanth

    Hi I have apache webserver and a

    Hi I have apache webserver and apache jserv. I am runuing servelts. when i type http://localhost the directory structure is seen, but when i do http://localhost/servlet/servletname, then i get an error forbidden u do not have access to the /servlet/servletname. When i check the errorlog in the...
  3. ktsrikanth

    netscape problem

    Hi all i have aproblem with the netscape. i have javascript code window.open("url","xyz",'width=500,height=450,scrollbars=yes'); This is supposed to be the 3/4th of the 800*600 resolution. It is working fine with the IE but in netscape the mew window covers the whole...
  4. ktsrikanth

    Hi I have a string. I need to conv

    Hi I have a string. I need to convert the string into integer. help me oout
  5. ktsrikanth

    Hi steven Thank you for the scrip

    Hi LeonTang, the code is pasted below. Please give me the solution as soon as possible. package com.vip.portal.systemlevelservices.reporting; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; import java.sql.*; import java.text.*...
  6. ktsrikanth

    Hi steven Thank you for the scrip

    Hi LeonTang, the code is pasted below. Please give me the solution as soon as possible. package com.vip.portal.systemlevelservices.reporting; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; import java.sql.*; import java.text.*...
  7. ktsrikanth

    How to execute "alter session" commands in perl

    hi, We are using Oracle database and or the performance checks we need to execute a Oracle command like, alter session set sql_trace = TRUE ; after we establish the conection with oracle. I was wondering if you have any sample code where you can execute these alter session commands for oracle...
  8. ktsrikanth

    textarea readonlytag

    Hi i have a textarea tag. i need the textarea to be readonly. I added the tag in the <textarea rows=3 cols=5 readonly>. but it is not working in netscape. the readonly attribute wotks only in IE. Please help me. Thank you
  9. ktsrikanth

    Hi steven Thank you for the scrip

    Hi steven Thank you for the script. I have a another problem now. I am using Apache, Jserv for the servlets to run. I get an exception IO Exception: Broken Pipe, randomly, whenever i run the servlets. I do not know the cause for this exception. Could any one help me with this. Please help me...
  10. ktsrikanth

    hi all I need to save the values f

    Hi steven Thank you for the script. I have a another problem now. I am using Apache, Jserv for the servlets to run. I get an exception IO Exception: Broken Pipe, randomly, whenever i run the servlets. I do not know the cause for this exception. Please help me with what might be the cause for...
  11. ktsrikanth

    hi all I need to save the values f

    Hi Steven, Thank you for the mail. There is a small problem here. The data is not written into the .csv file at all. I am able to output the data onto the browser since i am using the servlets. But, not into the .csv. What i did is i opened a excel sheet and saved it as a .csv file. is that...
  12. ktsrikanth

    Inserting and retrieving CLOB object from the Oracle Database

    Hi, I want to know how to store and retrieve some articles in oracle’s CLOB datatype. e.g. table : Article columns : id number : article clob Please provide me the sample code or links where I can get additional info. Thanks, Srikanth
  13. ktsrikanth

    hi all I need to save the values f

    hi all I need to save the values from a resultset to a .csv files. please let me know how i do that. Is that the right process to doit from java or i need to doit from database. Please help me Thank you
  14. ktsrikanth

    running one resultset value in another another resultset

    hi I have two resultsets connected to the same database but to the two different tables. when i try to run a resultset value stored in a variable and use it in another sql statement which is run by another resultset, i get internal server error. I am using servlets in apache webserver with jserv...
  15. ktsrikanth

    replacing a particular value in a file

    Hi tsDragon, Thank you for the mail. There is no relation between the first andd the second columns. They are like the key value pairs. That is all Please do help me Thank you
  16. ktsrikanth

    replacing a particular value in a file

    Hi all, I have a file as ssss:2345 safsaf:242 fsfs:2214 I need to change the value in the second column based on the value of the first column. Please do send me a code for this. I am hung up. I am in need of this code immediatly. Please help me
  17. ktsrikanth

    invalid number ORA-01722

    Hi I have a problem. When i try to insert into the table i get an error saying that DBD::Oracle::st execute failed: ORA-01722: invalid number (DBD ERROR: OCIStmtExecute) i checked at the table description and also the data i am inserting into the table. They are numbers. I do not know why i get...
  18. ktsrikanth

    How do i find which day it is, give

    Hi, Thank for the response. I want to know, if it is Monday, Tuesday or so on....
  19. ktsrikanth

    How do i find which day it is, give

    How do i find which day it is, given the date in 'DD-MMM-YY' format?
  20. ktsrikanth

    the cgi script runs in commandline and not in browsers

    hi lucid i uncommented the end_html part but it is not working. please help me

Part and Inventory Search

Back
Top