Suchitra Bhat

Ranch Hand
+ Follow
since Dec 30, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Suchitra Bhat

Hi All,

One of my friend needs links where he can find mock exams for

Test 994: IBM WebSphere MQ V6.0 System Administration
and
Test 996: IBM WebSphere MQ V6.0 Solution Design

Please help me get some links...

Cheers,
Suchitra
17 years ago
Hi All,

Is any one having the following info abt SCEA beta 5

1) Exam code
2) Number of questions in part 1
3) Duration for part 1
4) Can people in India register online on 19th Sep ?

Thanks and Regards,
Suchitra
Any pointers for the materials and how to prepare for this exam.

Also Will having SCBCD beta 5 knowledge , help for this certification ?

Thanks and Regards,
Suchitra
Hi,

I am trying to connect to Webtrends reporting DB (ODDB)using JDBC-ODBC bridge.
Below is the code snippet i am trying to use and getting the SQL Exception
"Error code is :1012
Exception SQL java.sql.SQLException: [WebTrends ODBC Driver] Database connection string is invalid <DRIVER={WebTrends ODBC Driver}> "

Code goes as below

import java.sql.*;
public class TestWebTrend {
public static void main(String args[]){
TestWebTrend test = new TestWebTrend();
Connection con = test.getConnection();
System.out.println("Connection returned is " +con);
}
public Connection getConnection(){
Connection conn = null;
System.out.println("Inside conncetion object");
try {
// String driverName = "oracle.jdbc.driver.OracleDriver";
String driverName = "sun.jdbc.odbc.JdbcOdbcDriver";
Class.forName(driverName);
//String url = "";
//String url = "jdbc:oracle:thin:@157.96.117.109:80:3mxn6tmzifg";
//System.out.println("url :"+url);
conn = DriverManager.getConnection("jdbc:odbc:Driver={WebTrends ODBC Driver};Server=server name;Database=database name" ,"userID","password");

System.out.println("conn iside fucntion :"+conn);
} catch (ClassNotFoundException e) {
System.out.println("Exception ClassNotFoundException "+e);
} catch (SQLException e) {
System.out.println("Error code is :"+e.getErrorCode());
System.out.println("Exception SQL "+e);
} catch (Exception e) {
System.out.println("Exception general "+e);
}
return conn;
}
}


Can some one please help me solving this.

Thanks in advance
Suchitra
Hi,

Any one familiar with or using Morello a web content management tool from MediaSurface, please help me in understanding Morello.

Regards,
Suchitra
17 years ago
Hi,

I got my score report and certificate today. my score is 75%.

Suchitra
Hi ,

I am Mangalore, India. Not got either score report or certificate Yet :-(

Suchitra
Any one india received certicate and score report of SCBCD 5.0 beta exam ??

Thanks,
Suchitra
I read EJB 3.0 specs and MZ notes for revising .
Hi,

Any one attended Sun tech days 2007 , a world wide developers' conference held on 21st, 22nd and 23rd this month?

Please share your experince.

Thanks,
Suchitra
17 years ago
I too cleared it... Very pleasent surprise on valentine day.
Thanks to all ranchers.
Any info on how long does it take to get the mail on score report..

Regards,
Suchitra
In cert manager, it just shows whether passed or failed.. It does not show the % of marks scored for regular exams... Will it be same for scbcd beta also ?

We get to know whether passed or failed but we wont know % score ??


Suchitra
Hi Gregg,

Surely i will tell you , how much i could learn in 3 days.

Can you please help me in this.. Actually the requirement is at my onsite and since i have 2 java certifications my manager suggested my name for this requirement. i have interview scheduled with client on wednesday , mostly to make sure i can hanlde Swings.. it will be very helpful if you give me some links to some interview questions on Swings.

Thanks,
Suchitra
17 years ago
Hi Gregg,

Thank you so much for the reply... My java back groud is like this.

I am a scjp 1.4 , scwcd and taken scbcd beta 1.5 exam..

Will it be possible for me to learn atleast basics of Swings in 3 days ?

Thanks,
Suchitra
17 years ago
Hi All,

I am new to swings and the requirement in company demands that i need to learn swings in 2 or 3 days. It will be very helpful if some one gives me some pointers to material about swings and small mock project will also greately help me..

any help will be appreciated.

thanks,
Suchitra
17 years ago