Search:

Type: Posts; User: a_sahayam_811572; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    4,180

    Re: db connectivity

    see the sample below,

    string dbConnString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Temp\test.mdb";
    OleDbConnection dbConn = new OleDbConnection(dbConnString);
    ...
  2. Re: Difference between String.Convert Vs String.ToString

    See the example.

    Line 1 :String str1 = null;
    Line 2: Console.WriteLine("->" + Convert.ToString(str1) + "<-";
    Line 3: Console.WriteLine("->" + str1.ToString() + "<-");

    In the above example, ...
  3. Answers
    2
    Views
    4,155

    Re: exception handling

    System Exceptions are the exceptions that are raised by the Framework (CLR).(e.g NullReferenceException, ArithmeticException.) These are detected by the CLR and raised. Whereas Application exceptions...
Results 1 to 3 of 3
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact