String comparision #2922 (4/14/2009 8:26:10 AM) comp.lang.java.programmer Hi, I have two strings with values say like String s1 ="hello,test,from,one,party"; String s2 = "into,bytes,hello,to"; i need to compare s1 values with s2 values if exists i need to return the matched value... raj
File parsing java124 (4/6/2009 7:14:42 AM) comp.lang.java.programmer Hi, I have text file which contains data in this way DEBUG ooegroup.OoeGroupOnlineInterfaceImpl - PERFORMANCE MEASUREMENT :: BEFORE OOE RESERVE GROUP MEMBER Info >>>> Fri Apr 03 10:16:47 ICT 2009> DEBUG ooegr... raj
Result of query227 (2/18/2009 10:41:29 AM) comp.databases.ms-sqlserver Hi, I have a table X with 3 columns name ,date(YYYYMMDD),total name--date--total x---02Jan2009--1 y---06Jan2009--1 z---10Jan2009--1 x---01Oct2008--1 x---03Nov2008--1 y---22Dec2008--1 x---02Feb2009--1 y---22F... raj
sql group by531 (2/17/2009 10:52:39 AM) comp.databases.ms-sqlserver Hi, I have a query written to fetch this details SELECT FF.APPROVAL_LEVEL as APPLEVEL ,COUNT(CA.STATUS) as PROPOSALCASE,null as EXCEPTIONCASE FROM SML_CA CA,SML_FP_FOLDER FF,SML_FP_FOLDER_DETAILS FFD WHERE CA.... raj
sql joins #2317 (2/11/2009 3:43:14 AM) comp.databases.ms-sqlserver Hi, is it possible to produce the same result using left outer join and right outer join. if so can anyone explain me Thanks in Advance Raj ... raj
scheduling a process using java826 (2/9/2009 6:26:15 AM) comp.lang.java.programmer Hi, I have a requirement of creating files and sending mails from my java application based on some conditions like ,the user selects the date and time from the UI and fills the form details on the UI,on that ... raj
string change in jsp622 (10/16/2008 5:57:36 AM) comp.lang.java.programmer hi, i have a String S=3D"hell(=93two=94)"; two is not surrounded with double quotes its with =93two=94. i have set this string in request request.setAttribute("Description",S); from my jsp i called i trie... raj
replacing..521 (10/16/2008 3:07:20 AM) comp.lang.java.programmer Hi, String s = "hello in the (?hell?)"; s = s.replaceAll("?", "\""); i hav a string s as shown above i want to replace ? with " the output should be like hello in the ("hell") i tried the using replaceAll r... raj
year to date conversion1930 (10/13/2008 8:53:29 AM) comp.lang.java.programmer hi , i have a string sYear = 2008; i need search from the database the results which are in the year 2008. so how can i convert 2008 to this format sDateFrom = "2008-01-01"; sDateTo = "2008-12-31"; thanks... raj
String comparision #2922 (4/14/2009 8:26:10 AM) comp.lang.java.programmer Hi, I have two strings with values say like String s1 ="hello,test,from,one,party"; String s2 = "into,bytes,hello,to"; i need to compare s1 values with s2 values if exists i need to return the matched value... 2rajesh.b(44)
Result of query227 (2/18/2009 10:41:29 AM) comp.databases.ms-sqlserver Hi, I have a table X with 3 columns name ,date(YYYYMMDD),total name--date--total x---02Jan2009--1 y---06Jan2009--1 z---10Jan2009--1 x---01Oct2008--1 x---03Nov2008--1 y---22Dec2008--1 x---02Feb2009--1 y---22F... 2rajesh.b(44)
sql group by531 (2/17/2009 10:52:39 AM) comp.databases.ms-sqlserver Hi, I have a query written to fetch this details SELECT FF.APPROVAL_LEVEL as APPLEVEL ,COUNT(CA.STATUS) as PROPOSALCASE,null as EXCEPTIONCASE FROM SML_CA CA,SML_FP_FOLDER FF,SML_FP_FOLDER_DETAILS FFD WHERE CA.... 2rajesh.b(44)
sql joins #2317 (2/11/2009 3:43:14 AM) comp.databases.ms-sqlserver Hi, is it possible to produce the same result using left outer join and right outer join. if so can anyone explain me Thanks in Advance Raj ... 2rajesh.b(44)
scheduling a process using java826 (2/9/2009 6:26:15 AM) comp.lang.java.programmer Hi, I have a requirement of creating files and sending mails from my java application based on some conditions like ,the user selects the date and time from the UI and fills the form details on the UI,on that ... 2rajesh.b(44)
string change in jsp622 (10/16/2008 5:57:36 AM) comp.lang.java.programmer hi, i have a String S=3D"hell(=93two=94)"; two is not surrounded with double quotes its with =93two=94. i have set this string in request request.setAttribute("Description",S); from my jsp i called i trie... 2rajesh.b(44)
replacing..521 (10/16/2008 3:07:20 AM) comp.lang.java.programmer Hi, String s = "hello in the (?hell?)"; s = s.replaceAll("?", "\""); i hav a string s as shown above i want to replace ? with " the output should be like hello in the ("hell") i tried the using replaceAll r... 2rajesh.b(44)
selecting rows from a table724 (9/15/2008 4:19:29 AM) comp.databases.ms-sqlserver Hi, can any one help me in solving this issue i have a table test with 3 columns (city,state,country) of datatype varchar and notnull a b c x y z d e NUL... 2rajesh.b(44)