Search Results

Showing results 1 to 40 of 53
Search took 0.01 seconds.
Search: Posts Made By: palavi
Forum: Oracle 10 Days Ago
Replies: 3
Views: 398
Posted By palavi
Hi,

Thank you for your response.. i tried deleting the entire project.. i changed context.xml and web.xml...

I copied the entire project newly from SVN... Still throwing same error
for others...
Forum: Oracle 14 Days Ago
Replies: 3
Views: 398
Posted By palavi
Hi All,

I am able to connect to the database from backend that is toad.But from the java application i can't . The error is from the line

Connection conn =

DriverManager.getConnection...
Forum: Visual Basic 4 / 5 / 6 Aug 27th, 2009
Replies: 0
Views: 255
Posted By palavi
Hi all,
i have applied 3 fromulas for the same cells so conditojnal formating is not working for 1 condition.

formula i have given is

$C$12="test1" then format cells C10:C11

=$C$12="test2"...
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2009
Replies: 7
Views: 569
Posted By palavi
Hi ALL,

Can anybody kindly help me how to download a template from server.

I am not able to get the downloaded tempalte with proper output.

can anybody help in this regard?
Forum: Visual Basic 4 / 5 / 6 Aug 13th, 2009
Replies: 1
Views: 1,171
Posted By palavi
Hi All,

I got what was the problem, i made few cells locked so i f i make that sheet protected locked cells cannot be used...which was making macro not workable so i was getting this error.
...
Forum: Visual Basic 4 / 5 / 6 Aug 11th, 2009
Replies: 1
Views: 1,171
Posted By palavi
Hi All,

If i protect a sheet then I am getting this runtime error stating

Run time error '1004'
Application-defined or object-defined error


Its not highlighting where is the error .. can...
Forum: Visual Basic 4 / 5 / 6 Aug 4th, 2009
Replies: 7
Views: 569
Posted By palavi
Hi Shailaja,

Its not uploading .xls files.. in downloading template

i have typed cell names ${customer_name} everywhere in cells in downloading template and i am placing this file in one path...
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2009
Replies: 7
Views: 569
Posted By palavi
people who worked on VBA downloading template plzz help me i checked in google but they didnt mention any code on VB..
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2009
Replies: 7
Views: 569
Posted By palavi
Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
Call saveOldValues
End Sub

Private Sub Workbook_Open()

''Copying Components Amonunt and Cost
...
Forum: Visual Basic 4 / 5 / 6 Aug 3rd, 2009
Replies: 7
Views: 569
Posted By palavi
Hi Shilaja,

Thank you very much for replying.. I am not getting what VB code have to change for downloading.i m downloading a template theres some vb error . im not getting what to do. if i remove...
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2009
Replies: 7
Views: 569
Posted By palavi
Hi all,
I am getting exceptions while downloading Excel template. i think the problem is in one sheet if i remove that sheet i am able to download with some vb error messages like cannot read file...
Forum: Java Jun 26th, 2009
Replies: 7
Views: 859
Posted By palavi
hi ,
here is my code.
I am not using settings file directly creating db variables. Please tell me where the problem is but connection refused error is coming


import java.sql.Connection;...
Forum: Java Jun 23rd, 2009
Replies: 7
Views: 859
Posted By palavi
im using jdbc driver 14.
If i give these orauaer, orapass and oraurl directly in my main code it is working fine. but not throght the setings file.
So i dont think there is problem with the...
Forum: Java Jun 23rd, 2009
Replies: 7
Views: 859
Posted By palavi
Since the connection variable is null .I am getting Null pointer exception. Once the connection is created the null pointer exception disappears.

I have set classpath variable to...
Forum: Java Jun 22nd, 2009
Replies: 7
Views: 859
Posted By palavi
Hi all,

I have a core java application, I am getting the below exception when ever i run this application. I have a java file named Oracpt.java which takes all variables like username password...
Forum: Java Jun 22nd, 2009
Replies: 4
Views: 512
Posted By palavi
Forum: Java Jun 18th, 2009
Replies: 4
Views: 512
Posted By palavi
Hi James,

Thank you very much for responding so soon. I need to accomplish these things in each iteration.

1. create a new file for every iteration.
2. file name should change like this...
Forum: Java Jun 18th, 2009
Replies: 4
Views: 512
Posted By palavi
I need to write a code in which i want to create each file for every iteration of a loop add data into the file. also the filename should change every time.
for example: familyname1_parts.txt for 1...
Forum: Java May 28th, 2009
Replies: 0
Views: 608
Posted By palavi
log.info("Able to establish mail session");
props.setProperty("resource.loader", "class");
props.setProperty("class.resource.loader.class", "org.apache."
+...
Forum: Oracle Feb 17th, 2009
Replies: 2
Views: 669
Posted By palavi
thank you very much it help me.
Forum: Oracle Feb 16th, 2009
Replies: 2
Views: 669
Posted By palavi
i ve 1 table named 'A',it contains many attributes in 1 attribute the values are stored like this "Q108:5380;Q208:5380" this data present in table 'A' should be entered in table named 'B' in two...
Forum: MS SQL Dec 12th, 2008
Replies: 1
Solved: query in sql
Views: 483
Posted By palavi
Hi,
I got the answer for this,i want to share this answer with forum members since i might be useful for others.
we can solve this question using self join.the answer isSELECT E.EMP,M.EMP
FROM EMP...
Forum: MS SQL Dec 11th, 2008
Replies: 1
Solved: query in sql
Views: 483
Posted By palavi
hi,
i have one table called EMP with 3 fields SSN,ENAME,MGRSSN.
query to retrieve all employees name and their respective manager names(only using this table no other table and ssn primary key.
...
Forum: Java Aug 30th, 2008
Replies: 2
Views: 481
Posted By palavi
i know characters are represented interms of integer values. can u tel me wat is da value of 'a'. and the program i ve given prints A to Z, since A 's value is 65 i ve given ('A' + i) wer
the logic...
Forum: Java Aug 30th, 2008
Replies: 2
Views: 481
Posted By palavi
i have confusion, like when we give Char var='A';how is it stored in memory???is its value dat is 65 stored in bits??if yes wat is the value of 'a' (smallcase)...
the value of A-Z is 65-90,
i have...
Forum: Database Design Aug 22nd, 2008
Replies: 4
Views: 1,079
Posted By palavi
Hi,
thanks. i will go thro it..
Forum: MySQL Aug 22nd, 2008
Replies: 5
Views: 902
Posted By palavi
hi,
yes i am getting classnotfound exception ,i was doing all wrong stuff , a friend of mine said no need to do settings in control panel->adminstraive tools etc...now i think i can find out da...
Forum: Database Design Aug 21st, 2008
Replies: 4
Views: 1,079
Posted By palavi
hi, thank u for replying, k i ll remove pbill, why i ve employee is to get details of other employees like receptionist,nurse,or other workers in hospital. i ve assigned with a hospital management...
Forum: MySQL Aug 21st, 2008
Replies: 5
Views: 902
Posted By palavi
k its Class.forName("com.mysql.jdbc.Driver"); and not
Class.forName("com.mysql.jdbc.hospitaldb").newInstance();. yes i will dat but i dont have .jar file in lib directory i must ve it right?? i...
Forum: MySQL Aug 21st, 2008
Replies: 5
Views: 902
Posted By palavi
hi, thanks for replying, u mean i shud ve jdbc driver, i ve assigned with a project called hospital management, the system i ve got has MySQL driver ,SQL server, which i saw in control...
Forum: MySQL Aug 20th, 2008
Replies: 5
Views: 902
Posted By palavi
hi,
i ve hospitaldb created in MYSQl, i have connectivity problem like
String connectionURL = "jdbc:mysql://eall:3306/hospitaldb";

// declare a connection by using Connection interface
...
Forum: Database Design Aug 20th, 2008
Replies: 4
Views: 1,079
Posted By palavi
hi all,can anybody point out wats wrong in my database design, guide me right database ,i ve 4 tables i type all its attributes
its for hospital database
patient table
pid, pfname, plname,...
Forum: JSP Aug 19th, 2008
Replies: 5
Views: 1,776
Posted By palavi
yes true thanh u very much i was so tensed,so i did. its k now because of dat problem i am using notepad instead of IDE and running it in tomcat , for jsp its working now i am coding servlet to...
Forum: JSP Aug 19th, 2008
Replies: 5
Views: 1,776
Posted By palavi
thanks, hey i am getting deployment error tel u y, wen i created a new project in net beans, it asked me to add browser i selected tomcat5.5. then it asked CATALINA HOME path i did so then USERNAME...
Forum: JSP Aug 19th, 2008
Replies: 5
Views: 1,776
Posted By palavi
hi all,
i am to company which has assigned project hopital mangt given ide net beans to which i am new, i am writing html in jsp like patient name, age, in a table. i am confused i am more to html...
Forum: HTML and CSS Aug 18th, 2008
Replies: 7
Views: 1,639
Posted By palavi
thanks it worked. Thank you very much for explaining all those properties.
Forum: HTML and CSS Aug 18th, 2008
Replies: 7
Views: 1,639
Posted By palavi
Hi thanks, in CSS i already have this u plz tel wer shud i put ur code . <style type="text/css">
<!--
.style2 {color: #FFFFFF}
.style4 {color: #808080}
.style6 {color: #990000}...
Forum: HTML and CSS Aug 18th, 2008
Replies: 7
Views: 1,639
Posted By palavi
Hey thank u very much its correct i did as u said, but wat to do for the links for example,
<tr>
<td height="25" align="left"> <a href="gp.html"> Great personalities</a></td>
...
Forum: HTML and CSS Aug 18th, 2008
Replies: 7
Views: 1,639
Posted By palavi
hi all,
i have a website in which i have used button as a image and wen i give link to dat image button its color is changing i used dreamweaver help but didnt work i will <td width="58" ...
Forum: JSP Aug 7th, 2008
Replies: 5
Views: 694
Posted By palavi
k, i got it! but we shud pay for dat i think, is der any other way???
Showing results 1 to 40 of 53

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC