Hi, I am MTech(Environmental), 3 1/2 yrs exp. in biological treatment plants(UASB Reactor & ASP), 12 months exp. in Java, servlets, JDBC, Javascript, etc. in windows, Linux. How best I will fit into your requirement? Thanks, Rani
Hi, I have seen lot of people coming back from abroad because of no job/projects with their companies. Still lot of software people unemployed & even experienced engineers from other streams like Mech'l, elect'l engg, networking, etc are shifted over last year & trying for the job. I mean to say lot of talented people unemployed & trying diehard. That is the reason I am shifting over. If u hava any suggestion, u can please convey. Thanks, Rani
Sorry friends, I am fed up with the software field as there is no market for the professionals & people say it will come bck again in july, but, I don't beleive & I am shifting over to another field. Thanks for the replies, I keep continuing discussion as I am interested in servlets. Thanks, Rani
Thanks, Arun & k b(??##@!!). Is it possible to gather at the park which is just behind Gayatri hospital, vijayanagar? We can gather there & discuss Java, servlets, jobmarket, etc. If anyone else interested, reply to this forum only. Thanks, Rani
Hi, Anyone interested to join study/discussion group which I am planning to start for the people in & around Vijayanagar/ Kamakshipalya, Bangalore? Discussion make people perfect & no one need to pay anything for it. Please reply immediately to this forum only. Rani
Hello, I have a HTML page with 3 frames(top, bottomleft & bottomright). Top frame is having a hyperlink to other HTML page. When I click on it, the resultant is appearing in the top frame only. If I want the resultant to occupy whole screen, what should I do? Thanks, Rani
Hi Friends, I am working with servlets, using JSDK2.0 & MS-Access as database. I have a table with column name Address & having a value "251, Anna Salai, Chennai-33" in that column. I want to display this in a textfield of HTML page. I used following code: out.println("<tr><td>Address:</td><td><input type=text name=City value="+rs.getString(5)+"></td></tr>"); The problem is it is displaying only 251 in the textfield. But, I want to display complete string. How to do it? Please help. Rani
Hi Friends, I am working with servlets, using JSDK2.0 & MS-Access as database. I have a table with column name Address & having a value "251, Anna Salai, Chennai-33" in that column. I want to display this in a textfield of HTML page. I used following code: out.println("<tr><td>Address:</td><td><input type=text name=City value="+rs.getString(5)+"></td></tr>"); The problem is it is displaying only 251 in the textfield. But, I want to display complete string. How to do it? Please help. Rani [This message has been edited by Thomas Paul (edited February 21, 2001).]
Hi All, Till now I was working with Oracle8 & MS-Access. Now I have to work with MySQL. I want two helps. 1. In what way it is different from others? 2. Suggest some books. Thanx in advance, Rani
Mr. Raymond, I got the same error when there was no table in the database. So, create a table by name "employee" with the specified columns & try the same. I hope you get the output this time. Rani