Iam very happy and excited to say that I got a job thro' campus recruitment. I have been placed in Hexaware Technologies. Its a SEI CMM Level-5 IT service company spread across 6 countries. Their work on domains like Airline, Banking, Insurance etc. Their Clients include Air Canada, IBM Canada, Princeton University, Northwest Airlines, Large American Insurance Company..They have an exclusive center for Peoplesoft at Bangalore and have recently started working on SAP implementation projects also. Few days back they opened a proximity centre in Germany.
Thats it abt the company.
iam happy that I got a job in such a medium sized company rather than getting into those huge India mass recruiters. Only in such a company I can have a clear visibility. That I can project myself and implement my own ideas. Iam always against joining those huge ones as a fresher. By saying Huge ones I mean the huge Indian IT services companies. They say you cant learn anything new here.Thats it.
Those who got placed at Hexaware and belong to 2005 batch please join: http://groups.yahoo.com/group/hexaware2005
I hope to have a great time at Hexaware.
Pls help me out with this.
I have this this problem while accessing Access DB thro C#.
I want to use the command "select name, number from directory where directory.number=phno;
Here directory is my table name. Iam reading a variable phno from program and displaying the name of the person whose number is phno. Corresponding field in table is Number. When I directly supply the Number in the query (instaed of using a variable to hold it), my program works well.
phno is program variable.
I debugged the program to know where there is problem. And I found that the statement
OleDbDataReader aReader = aCommand.ExecuteReader();
generates an exception.
The error I get is:
Error: No value given for one or more required parameters.
My program:
class Program
{
static void Main(string[] args)
{
OleDbConnection aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=e:\\prog\\telephone.mdb");
uint phno;
System.Console.WriteLine("Enter Phone Number");
string s = Console.ReadLine();
phno = Convert.ToUInt32(s);
System.Console.WriteLine(s);
OleDbCommand aCommand = new OleDbCommand("Select Number,Name from directory where directory.Number=phno", aConnection);
try
{
aConnection.Open();
//create the datareader object to connect to table
OleDbDataReader aReader = aCommand.ExecuteReader(); // This statement generates exception
//Iterate throuth the database
while (aReader.Read())
{
Console.WriteLine(aReader[0] + " " + aReader[1]); ;
}
//close the connection Its important.
aConnection.Close();
}
//Some usual exception handling
catch (OleDbException e)
{
Console.WriteLine("Error: {0}", e.Errors[0].Message);
Console.ReadLine();
}
Console.ReadLine();
}
}
These days Iam seeing lots of blogs pointing to this famous article.
http://www.forbes.com/2004/08/31/cz_dl_0831msft.html
...Torvalds' Linux kernel (the core of the operating system) is 13 years old. Other parts of the operating system are even older. Even if Linux does catch up, will it matter? If the Linux camp simply manages to create an operating system that does roughly what Windows does for roughly the same price, what will be the point?....
I have a few gmail invites left. The first viewer please pick this one.
https://gmail.google.com/gmail/a-2d34b299db-b46eea795f-dcb24b8089
Those who missed the above, please leave a comment with your name and email id. I shall send you the invite.
There are by some estimates more than a million weblogs. But most of them get no visibility in search engines. Only a few “A-List” blogs get into the top search engine results for a given topic, while the majority of blogs just don’t get noticed. The reason is that the smaller blogs don’t have enough links pointing to them. But this posting could solve that. Let’s help the smaller blogs get more visibility!
This posting is GoMeme 4.0. It is part of an experiment to see if we can create a blog posting that helps 1000’s of blogs get higher rankings in Google. So far we have tried 3 earlier variations. Our first test, GoMeme 1.0, spread to nearly 740 blogs in 2.5 days. This new version 4.0 is shorter, simpler, and fits more easily into your blog.
Why are we doing this? We want to help thousands of blogs get more visibility in Google and other search engines. How does it work? Just follow the instructions below to re-post this meme in your blog and add your URL to the end of the Path List below. As the meme spreads onwards from your blog, so will your URL. Later, when your blog is indexed by search engines, they will see the links pointing to your blog from all the downstream blogs that got this via you, which will cause them to rank your blog higher in search results. Everyone in the Path List below benefits in a similar way as this meme spreads. Try it!
Instructions: Just copy this entire post and paste it into your blog. Then add your URL to the end of the path list below, and pass it on! (Make sure you add your URLs as live links or HTML code to the Path List below.)
Path List
- Minding the Planet
- Luke Hutteman’s public virtual MemoryStream
- Mohammad.Abdulfatah, Chronicles Of
- Anand M, DotNet From India
- Teucer's Quiver
- Bharath Ganesh, Making Technologies Interoperate
- (your URL goes here! But first, please copy this line and move it down to the next line for the next person).
(NOTE: Be sure you paste live links for the Path List or use HTML code.)